GET /api/bet_types/1fa276ca-a4ae-4add-9ac1-525fc3deaa38/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1fa276ca-a4ae-4add-9ac1-525fc3deaa38",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac1ed9b5-e755-4a4c-81ea-96813ec8a507/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-21T12:32:09.220199-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": "SEA (G Kirby)",
                "amount": 5337.0
            },
            {
                "team": "STL (S Matz)",
                "amount": 4663.0
            }
        ],
        "expected_reward_tokens": 9605.78,
        "profit_sb": 105.78,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "c8ea296c-f33b-4cfa-9f0f-077a9e9f2682",
            "gambit_id": "c9f23904-871b-46e1-a69f-8eafea2ad36c",
            "last_updated": "2023-04-22T13:07:11.718756-04:00",
            "created_at": "2023-04-21T12:32:09.222155-04:00",
            "name": "SEA (G Kirby)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fa276ca-a4ae-4add-9ac1-525fc3deaa38/?format=api"
        },
        {
            "id": "b5290770-bff1-4929-a6cc-586c4e452cb1",
            "gambit_id": "84043b60-776f-4eb2-ba55-a3fefd3d31eb",
            "last_updated": "2023-04-22T13:07:11.720137-04:00",
            "created_at": "2023-04-21T12:32:09.224173-04:00",
            "name": "STL (S Matz)",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fa276ca-a4ae-4add-9ac1-525fc3deaa38/?format=api"
        }
    ]
}