GET /api/bet_types/37d081b5-f66f-4ec6-8c10-ae36d354b28c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37d081b5-f66f-4ec6-8c10-ae36d354b28c",
    "match": "https://api-prod.gambitprofit.com/api/matches/9dac5c89-10e0-425a-9c6d-851b2ebfba1e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-24T12:57:58.484207-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": "Cleveland Browns",
                "amount": 5107.0
            },
            {
                "team": "Kansas City Chiefs",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "345026bc-3372-4cef-a423-7373be2920f9",
            "gambit_id": "a8fd2b1c-5c53-403b-8038-450d4ca4f134",
            "last_updated": "2023-08-29T09:23:24.771870-04:00",
            "created_at": "2023-08-24T12:57:58.498107-04:00",
            "name": "Cleveland Browns",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37d081b5-f66f-4ec6-8c10-ae36d354b28c/?format=api"
        },
        {
            "id": "75e3abae-ee76-4055-b02d-22da8005f2a6",
            "gambit_id": "df70f273-b571-4404-b75c-7a5e98d1e506",
            "last_updated": "2023-08-29T09:23:24.775068-04:00",
            "created_at": "2023-08-24T12:57:58.510469-04:00",
            "name": "Kansas City Chiefs",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37d081b5-f66f-4ec6-8c10-ae36d354b28c/?format=api"
        }
    ]
}