GET /api/bet_types/868fe5ae-52cc-43c9-8de5-a2290a0ce63a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "868fe5ae-52cc-43c9-8de5-a2290a0ce63a",
    "match": "https://api-prod.gambitprofit.com/api/matches/74679eb9-a7ed-45e4-b761-1aa738cc968f/?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": "LOS (C Kershaw)",
                "amount": 6594.0
            },
            {
                "team": "SFO (J Junis)",
                "amount": 3406.0
            }
        ],
        "expected_reward_tokens": 9297.54,
        "profit_sb": 297.54,
        "profit_sb_percentage": 3.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "5feec48a-97c8-4733-bd08-f1f0456de142",
            "gambit_id": "1e91bba7-b755-4e96-b020-dc9c15690e46",
            "last_updated": "2022-08-05T10:06:55.211790-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (C Kershaw)",
            "reward": "1.41000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/868fe5ae-52cc-43c9-8de5-a2290a0ce63a/?format=api"
        },
        {
            "id": "e5ac7568-212e-4f66-b25f-69ee6c6a4eaa",
            "gambit_id": "659e291d-182b-4a30-8512-ed17a80c3689",
            "last_updated": "2022-08-05T10:06:55.211392-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SFO (J Junis)",
            "reward": "2.73000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/868fe5ae-52cc-43c9-8de5-a2290a0ce63a/?format=api"
        }
    ]
}