GET /api/bet_types/8fc84922-976a-496e-ba7a-ada29420ab19/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8fc84922-976a-496e-ba7a-ada29420ab19",
    "match": "https://api-prod.gambitprofit.com/api/matches/e2ccc706-aa3e-4f73-ad65-090706ecbee5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-29T08:33:13.439344-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 (J Steele)",
                "amount": 5452.0
            },
            {
                "team": "MIL (C Burnes)",
                "amount": 4548.0
            }
        ],
        "expected_reward_tokens": 9595.52,
        "profit_sb": 95.52,
        "profit_sb_percentage": 1.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "ec4bb7ae-9a33-44a6-a1fd-b637f8dd6e88",
            "gambit_id": "bb513742-dd86-41c6-b9c6-cf474c1480cd",
            "last_updated": "2023-08-30T13:28:25.533243-04:00",
            "created_at": "2023-08-29T08:33:13.447230-04:00",
            "name": "CHC (J Steele)",
            "reward": "1.76000",
            "odds": "1.79370",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fc84922-976a-496e-ba7a-ada29420ab19/?format=api"
        },
        {
            "id": "395facc8-e243-4b18-bdd8-f5712bae50c4",
            "gambit_id": "657d242c-65d8-4e38-8300-d4deb56bd895",
            "last_updated": "2023-08-30T13:28:25.529571-04:00",
            "created_at": "2023-08-29T08:33:13.443359-04:00",
            "name": "MIL (C Burnes)",
            "reward": "2.11000",
            "odds": "2.16000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fc84922-976a-496e-ba7a-ada29420ab19/?format=api"
        }
    ]
}