GET /api/bet_types/ccfe9a9d-dd51-40f0-b7eb-9003f7e76016/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ccfe9a9d-dd51-40f0-b7eb-9003f7e76016",
    "match": "https://api-prod.gambitprofit.com/api/matches/e710b084-3577-4140-adc0-cde1d93b82d5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-01T09:23:07.549121-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": "CHC (M Stroman)",
                "amount": 5429.0
            },
            {
                "team": "CLE (T Bibee)",
                "amount": 4571.0
            }
        ],
        "expected_reward_tokens": 9553.39,
        "profit_sb": 53.39,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "5550a677-6e84-4f9f-ace9-8b30e479e0b4",
            "gambit_id": "191c93af-53e3-458f-b5e4-beaf9dcc6b95",
            "last_updated": "2023-07-03T01:08:11.027253-04:00",
            "created_at": "2023-07-01T09:23:07.554210-04:00",
            "name": "CHC (M Stroman)",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccfe9a9d-dd51-40f0-b7eb-9003f7e76016/?format=api"
        },
        {
            "id": "29203466-e932-4f47-8d34-a2f0760329ba",
            "gambit_id": "8005b3e4-40dd-41e9-b3b8-d03b1d8cc6ff",
            "last_updated": "2023-07-03T01:08:11.025302-04:00",
            "created_at": "2023-07-01T09:23:07.551534-04:00",
            "name": "CLE (T Bibee)",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccfe9a9d-dd51-40f0-b7eb-9003f7e76016/?format=api"
        }
    ]
}