GET /api/bet_types/42443a06-f0a9-489f-b88e-b296af6e9376/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42443a06-f0a9-489f-b88e-b296af6e9376",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8d4f32d-c15b-4d98-aa55-69709bfb02b9/?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": "St Louis Blues",
                "amount": 5571.0
            },
            {
                "team": "Calgary Flames",
                "amount": 4429.0
            }
        ],
        "expected_reward_tokens": 9079.45,
        "profit_sb": 79.45,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "37fe65ad-9828-49d9-a753-ead42df39a9b",
            "gambit_id": "49bd985b-1c7e-4ca7-b99b-fd3666ac47fb",
            "last_updated": "2022-12-17T19:42:25.002352-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "1.63000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42443a06-f0a9-489f-b88e-b296af6e9376/?format=api"
        },
        {
            "id": "c6233078-6a94-48d4-8251-3391558346d2",
            "gambit_id": "a3bbb87c-1be8-4fcb-a98f-01caaaf97738",
            "last_updated": "2022-12-17T19:42:25.001254-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "2.05000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42443a06-f0a9-489f-b88e-b296af6e9376/?format=api"
        }
    ]
}