GET /api/bet_types/06ed4de0-f4cd-4c21-8742-563221448c6d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06ed4de0-f4cd-4c21-8742-563221448c6d",
    "match": "https://api-prod.gambitprofit.com/api/matches/9ee38ef0-3a98-41c0-bd88-f4c452c82949/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-22T08:23:03.109562-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": "TAM (S McClanahan)",
                "amount": 7292.0
            },
            {
                "team": "KAN (J Cuas)",
                "amount": 2708.0
            }
        ],
        "expected_reward_tokens": 9478.0,
        "profit_sb": -22.0,
        "profit_sb_percentage": -0.23,
        "recommended": false
    },
    "lines": [
        {
            "id": "3e1eba02-bc44-4e2f-b438-806c7ec07636",
            "gambit_id": "9a226b77-d7fc-481d-b1d5-2d3ae1dc0310",
            "last_updated": "2023-06-23T14:43:11.187073-04:00",
            "created_at": "2023-06-22T08:23:03.112851-04:00",
            "name": "TAM (S McClanahan)",
            "reward": "1.30000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06ed4de0-f4cd-4c21-8742-563221448c6d/?format=api"
        },
        {
            "id": "140e7196-844b-4c5f-948a-34125f337ce4",
            "gambit_id": "0e111ac9-4bd7-4bbb-b4e2-4041bbaf4386",
            "last_updated": "2023-06-23T14:43:11.185052-04:00",
            "created_at": "2023-06-22T08:23:03.111087-04:00",
            "name": "KAN (J Cuas)",
            "reward": "3.50000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06ed4de0-f4cd-4c21-8742-563221448c6d/?format=api"
        }
    ]
}