GET /api/bet_types/e6da11b8-31e3-4714-b41e-93162dd76f58/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6da11b8-31e3-4714-b41e-93162dd76f58",
    "match": "https://api-prod.gambitprofit.com/api/matches/7418a060-710c-4496-a156-687fe0032308/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-19T12:17:08.654670-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": "SDG",
                "amount": 5867.0
            },
            {
                "team": "ATL",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "15cc00bc-001f-4cfa-87db-01502b859a27",
            "gambit_id": "0de5f4a4-28cf-4c92-aa22-70289bbc3140",
            "last_updated": "2023-04-20T11:42:18.559897-04:00",
            "created_at": "2023-04-19T12:17:08.656559-04:00",
            "name": "SDG",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6da11b8-31e3-4714-b41e-93162dd76f58/?format=api"
        },
        {
            "id": "05e79531-fe29-4312-bae4-1447eb67501c",
            "gambit_id": "a59dbb40-951a-41e6-b9c3-09fdb9c00ef7",
            "last_updated": "2023-04-20T11:42:18.562450-04:00",
            "created_at": "2023-04-19T12:17:08.658702-04:00",
            "name": "ATL",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6da11b8-31e3-4714-b41e-93162dd76f58/?format=api"
        }
    ]
}