GET /api/bet_types/a9f92ccc-4be2-4297-add8-3f950abbce83/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a9f92ccc-4be2-4297-add8-3f950abbce83",
    "match": "https://api-prod.gambitprofit.com/api/matches/7068046a-1cd1-41c8-9921-a8a5c3f4e843/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "KAN",
                "amount": 6336.0
            },
            {
                "team": "CLE",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "ad72066e-a14f-434e-9a94-c9c724bd2634",
            "gambit_id": "d711bdc1-6414-47a5-bc3c-72a336eeee0e",
            "last_updated": "2022-10-02T15:17:07.026728-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9f92ccc-4be2-4297-add8-3f950abbce83/?format=api"
        },
        {
            "id": "cadbe297-2e14-436f-8f54-fe85f05cd9e4",
            "gambit_id": "6fd0d945-8cf3-4a7b-ae4f-abef592ac78b",
            "last_updated": "2022-10-02T15:17:07.027700-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9f92ccc-4be2-4297-add8-3f950abbce83/?format=api"
        }
    ]
}