GET /api/bet_types/d85ce92f-5884-4591-aa69-c1b7ff0b74fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d85ce92f-5884-4591-aa69-c1b7ff0b74fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/699387dc-732b-41ed-a205-6678af510d48/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-29T11:47:13.616538-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": "SFO (A Desclafani)",
                "amount": 5527.0
            },
            {
                "team": "PIT (R Hill)",
                "amount": 4473.0
            }
        ],
        "expected_reward_tokens": 9616.95,
        "profit_sb": 116.95,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "718af04a-e0f7-42e1-8139-99f26460c72b",
            "gambit_id": "1fd49838-95bf-4935-b50a-9cb61c27376a",
            "last_updated": "2023-05-30T10:47:21.789246-04:00",
            "created_at": "2023-05-29T11:47:13.621773-04:00",
            "name": "SFO (A Desclafani)",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d85ce92f-5884-4591-aa69-c1b7ff0b74fa/?format=api"
        },
        {
            "id": "b96b5447-f82c-44eb-b56d-23a4abcacb96",
            "gambit_id": "63aa46f8-f9d6-4703-8cce-713d10e480ab",
            "last_updated": "2023-05-30T10:47:21.787385-04:00",
            "created_at": "2023-05-29T11:47:13.618941-04:00",
            "name": "PIT (R Hill)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d85ce92f-5884-4591-aa69-c1b7ff0b74fa/?format=api"
        }
    ]
}