GET /api/bet_types/7832236e-4d7a-4f74-8ab5-9ddcf1586dae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7832236e-4d7a-4f74-8ab5-9ddcf1586dae",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a706517-35de-43ce-8eb2-dec324d9d6e9/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "MIL (E Lauer)",
                "amount": 5215.0
            },
            {
                "team": "ARI (Z Davies)",
                "amount": 4785.0
            }
        ],
        "expected_reward_tokens": 9282.7,
        "profit_sb": 282.7,
        "profit_sb_percentage": 3.14,
        "recommended": true
    },
    "lines": [
        {
            "id": "df532354-0e50-406b-8887-9f5fe7672954",
            "gambit_id": "f372752a-971c-47ea-981f-12eeedb5e8f4",
            "last_updated": "2022-09-03T18:57:15.341871-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (E Lauer)",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7832236e-4d7a-4f74-8ab5-9ddcf1586dae/?format=api"
        },
        {
            "id": "42a1458f-0b45-49a6-8218-4ee904cfe6ed",
            "gambit_id": "699c6b55-8d99-4dd1-ab7c-63bcf75c8df6",
            "last_updated": "2022-09-03T18:57:15.340912-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (Z Davies)",
            "reward": "1.94000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7832236e-4d7a-4f74-8ab5-9ddcf1586dae/?format=api"
        }
    ]
}