GET /api/bet_types/1a76a910-48b8-44e7-a3ef-17cc5253d1de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a76a910-48b8-44e7-a3ef-17cc5253d1de",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d7234cb-4334-4d98-b489-893419e98ed3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-26T11:58:17.880083-05: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": "Utah Jazz",
                "amount": 5773.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "8c88716c-e1c4-4430-a9ec-9ea34a5f8b7f",
            "gambit_id": "a42dd8d2-0637-46a1-9479-d7f56724f3fb",
            "last_updated": "2023-12-27T13:17:58.518766-05:00",
            "created_at": "2023-12-26T11:58:17.883561-05:00",
            "name": "Utah Jazz",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a76a910-48b8-44e7-a3ef-17cc5253d1de/?format=api"
        },
        {
            "id": "1254ef38-0668-41a0-9647-c595ecd84264",
            "gambit_id": "d2c5f7ce-94c7-475f-9b4b-67b454e30f68",
            "last_updated": "2023-12-27T13:17:58.521989-05:00",
            "created_at": "2023-12-26T11:58:17.887810-05:00",
            "name": "San Antonio Spurs",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a76a910-48b8-44e7-a3ef-17cc5253d1de/?format=api"
        }
    ]
}