GET /api/bet_types/c01d8c99-4732-417c-9cae-8bc2e19a301c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c01d8c99-4732-417c-9cae-8bc2e19a301c",
    "match": "https://api-prod.gambitprofit.com/api/matches/74803e46-4d6a-4bd1-be70-d4af3d89fcf5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-11T09:07:57.033796-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": "Carolina Hurricanes",
                "amount": 6314.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "b5572ce5-aee5-4ca7-9c31-0a6ea180efbd",
            "gambit_id": "c13e989f-90f9-403f-8a28-828cc934e8c1",
            "last_updated": "2023-10-12T11:33:04.859196-04:00",
            "created_at": "2023-10-11T09:07:57.048136-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c01d8c99-4732-417c-9cae-8bc2e19a301c/?format=api"
        },
        {
            "id": "ec6e2e5e-1c60-4d06-8fdf-8fbc51c0c649",
            "gambit_id": "8543b31e-826b-4087-8b09-222e0454f5e6",
            "last_updated": "2023-10-12T11:33:04.853074-04:00",
            "created_at": "2023-10-11T09:07:57.040001-04:00",
            "name": "Ottawa Senators",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c01d8c99-4732-417c-9cae-8bc2e19a301c/?format=api"
        }
    ]
}