GET /api/bet_types/3c714405-5a15-45c3-8c1c-e22eb4d8f7ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c714405-5a15-45c3-8c1c-e22eb4d8f7ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/0dd17eda-9f6b-445b-8e0f-912f8464b8e4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-19T08:32:58.187934-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": "Calgary Flames",
                "amount": 5319.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "d0edfeb8-b4e6-46f9-aeab-409d69f05b5b",
            "gambit_id": "28d72ea7-afd7-4de4-ad52-826222a1640d",
            "last_updated": "2023-10-20T11:28:25.789880-04:00",
            "created_at": "2023-10-19T08:32:58.191881-04:00",
            "name": "Calgary Flames",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c714405-5a15-45c3-8c1c-e22eb4d8f7ce/?format=api"
        },
        {
            "id": "9c415a0a-af79-47a5-bb9d-a84a07e438da",
            "gambit_id": "b7cf416a-6b5f-4821-8706-637b12b0d66f",
            "last_updated": "2023-10-20T11:28:25.794066-04:00",
            "created_at": "2023-10-19T08:32:58.196060-04:00",
            "name": "Buffalo Sabres",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c714405-5a15-45c3-8c1c-e22eb4d8f7ce/?format=api"
        }
    ]
}