GET /api/bet_types/061166bc-7002-4343-9b39-8fa33f122c12/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "061166bc-7002-4343-9b39-8fa33f122c12",
    "match": "https://api-prod.gambitprofit.com/api/matches/243ea0b3-54a0-4fd0-b729-7858018ed0f2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-28T08:48:02.825861-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": "SEA (L Gilbert)",
                "amount": 7024.0
            },
            {
                "team": "WAS (P Corbin)",
                "amount": 2976.0
            }
        ],
        "expected_reward_tokens": 9552.64,
        "profit_sb": 52.64,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "13031609-e943-4bf2-870e-f29afacda825",
            "gambit_id": "5668fe43-645b-4b62-84c8-72af3360d613",
            "last_updated": "2023-06-29T18:03:04.388087-04:00",
            "created_at": "2023-06-28T08:48:02.830178-04:00",
            "name": "SEA (L Gilbert)",
            "reward": "1.36000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/061166bc-7002-4343-9b39-8fa33f122c12/?format=api"
        },
        {
            "id": "47721e5b-44f5-49a1-921e-08da25a856a5",
            "gambit_id": "951f3020-3c05-44ec-ae0f-afe38447cf67",
            "last_updated": "2023-06-29T18:03:04.385997-04:00",
            "created_at": "2023-06-28T08:48:02.827910-04:00",
            "name": "WAS (P Corbin)",
            "reward": "3.21000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/061166bc-7002-4343-9b39-8fa33f122c12/?format=api"
        }
    ]
}