GET /api/bet_types/7a3a5564-f811-405a-81f0-3dbb0599f1b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a3a5564-f811-405a-81f0-3dbb0599f1b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/fba660ae-05ae-433a-a9e3-71a8fc3fc359/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-28T10:08:16.432165-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "San Francisco 49ers",
                "amount": 5107.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8c964840-0e14-41d5-8f2d-e03074dd0294",
            "gambit_id": "1d296a9b-9e19-45a4-821a-274d7582283a",
            "last_updated": "2023-10-02T14:03:02.978259-04:00",
            "created_at": "2023-09-28T10:08:16.439939-04:00",
            "name": "San Francisco 49ers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-14.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a3a5564-f811-405a-81f0-3dbb0599f1b6/?format=api"
        },
        {
            "id": "4ce3fd91-2f91-45c7-9a75-6d20e00155cb",
            "gambit_id": "5941a487-082d-4531-b05b-7e6354dddab8",
            "last_updated": "2023-10-02T14:03:02.974567-04:00",
            "created_at": "2023-09-28T10:08:16.436054-04:00",
            "name": "Arizona Cardinals",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "14.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a3a5564-f811-405a-81f0-3dbb0599f1b6/?format=api"
        }
    ]
}