GET /api/bet_types/7c55cfc3-acc2-462f-86a3-b19cd2760875/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c55cfc3-acc2-462f-86a3-b19cd2760875",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a9293bc-f158-4444-a715-630994bcb354/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-07T11:33:27.238774-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": "TOR (A Manoah)",
                "amount": 5541.0
            },
            {
                "team": "DET (A Faedo)",
                "amount": 4459.0
            }
        ],
        "expected_reward_tokens": 9585.93,
        "profit_sb": 85.93,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "b01cc395-f92e-4753-a499-0bdafe27201d",
            "gambit_id": "ce2a810d-7006-4ba2-9f76-630e6ec9446d",
            "last_updated": "2023-07-09T20:33:30.992044-04:00",
            "created_at": "2023-07-07T11:33:27.240600-04:00",
            "name": "TOR (A Manoah)",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c55cfc3-acc2-462f-86a3-b19cd2760875/?format=api"
        },
        {
            "id": "f51b9f67-1382-4efb-bed2-558d9bf342c3",
            "gambit_id": "eec13eaa-492e-4bd3-9d7f-39a563378d94",
            "last_updated": "2023-07-09T20:33:30.994581-04:00",
            "created_at": "2023-07-07T11:33:27.242239-04:00",
            "name": "DET (A Faedo)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c55cfc3-acc2-462f-86a3-b19cd2760875/?format=api"
        }
    ]
}