GET /api/bet_types/34f80b06-00e3-49be-bee4-60af94790589/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34f80b06-00e3-49be-bee4-60af94790589",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b77bce6-be57-4bf6-958a-f4562160e78d/?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": "South Alabama",
                "amount": 5000.0
            },
            {
                "team": "Texas St",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a8c3ad0-b781-4a8e-94b1-17935fb49c2a",
            "gambit_id": "28cc9333-1ceb-4436-8c2c-c11b325ec762",
            "last_updated": "2022-11-14T09:43:42.208641-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Alabama",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-16.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34f80b06-00e3-49be-bee4-60af94790589/?format=api"
        },
        {
            "id": "5bb2728f-5b15-4028-bb2a-ad93ab0b5ca5",
            "gambit_id": "61d132fe-3991-41c9-9d29-f3bb8142e78d",
            "last_updated": "2022-11-14T09:43:42.209573-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas St",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "16.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34f80b06-00e3-49be-bee4-60af94790589/?format=api"
        }
    ]
}