GET /api/bet_types/a31a9130-5ecf-4c46-8954-817991dca2ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a31a9130-5ecf-4c46-8954-817991dca2ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/9b7600b1-052d-4bea-bfd6-b4f5dfb7368f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-20T13:18:17.450360-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": "KAN",
                "amount": 5614.0
            },
            {
                "team": "DET",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "54909a83-c06f-4f39-9084-a7a4d55998d9",
            "gambit_id": "4a0b6a15-5347-46df-a032-3402d421dc0b",
            "last_updated": "2023-07-22T09:43:00.654520-04:00",
            "created_at": "2023-07-20T13:18:17.453521-04:00",
            "name": "KAN",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a31a9130-5ecf-4c46-8954-817991dca2ff/?format=api"
        },
        {
            "id": "37155951-efbd-478c-b5a7-51423d24b3c5",
            "gambit_id": "311dd9d8-9811-4101-af5d-ac5a58aeb069",
            "last_updated": "2023-07-22T09:43:00.649933-04:00",
            "created_at": "2023-07-20T13:18:17.451919-04:00",
            "name": "DET",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a31a9130-5ecf-4c46-8954-817991dca2ff/?format=api"
        }
    ]
}