GET /api/bet_types/0e5e1128-513f-4d80-ae16-904fd8291144/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e5e1128-513f-4d80-ae16-904fd8291144",
    "match": "https://api-prod.gambitprofit.com/api/matches/eb191bf7-72ba-42ec-9be6-5d7a55b5f031/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-12T09:43:07.144387-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": "LOS (T Gonsolin)",
                "amount": 7197.0
            },
            {
                "team": "COL (P Lambert)",
                "amount": 2803.0
            }
        ],
        "expected_reward_tokens": 9500.04,
        "profit_sb": 0.04,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "af05f21a-c1e9-4e10-857a-a7380036d333",
            "gambit_id": "cd7e1eda-d7c4-4c4d-901d-d8cd8d72ba8a",
            "last_updated": "2023-08-14T10:38:14.103354-04:00",
            "created_at": "2023-08-12T09:43:07.158521-04:00",
            "name": "LOS (T Gonsolin)",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e5e1128-513f-4d80-ae16-904fd8291144/?format=api"
        },
        {
            "id": "61eefec7-937e-41b7-a2ff-bf53255a6a59",
            "gambit_id": "dc7fcdef-4647-4bf3-a7cf-19cad4a90e8e",
            "last_updated": "2023-08-14T10:38:14.099554-04:00",
            "created_at": "2023-08-12T09:43:07.151950-04:00",
            "name": "COL (P Lambert)",
            "reward": "3.39000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e5e1128-513f-4d80-ae16-904fd8291144/?format=api"
        }
    ]
}