GET /api/bet_types/3765fb0b-20bc-42df-9449-e741b6aeef2e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3765fb0b-20bc-42df-9449-e741b6aeef2e",
    "match": "https://api-prod.gambitprofit.com/api/matches/cde2e7f2-62f2-4632-901e-0bb1b1cce5a9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-12T10:57:58.442145-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": "New Orleans Saints",
                "amount": 5515.0
            },
            {
                "team": "Houston Texans",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": -126.35,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "cecbaa93-3860-4f37-9940-08bbd65f930f",
            "gambit_id": "b0d41c3c-1e7f-4cbb-a818-ba2b850339e9",
            "last_updated": "2023-10-16T18:28:00.380941-04:00",
            "created_at": "2023-10-12T10:57:58.446602-04:00",
            "name": "New Orleans Saints",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3765fb0b-20bc-42df-9449-e741b6aeef2e/?format=api"
        },
        {
            "id": "87f29ff7-c112-4477-b018-d86d2c606c45",
            "gambit_id": "c71c355d-b1a5-4415-9033-5ac6980a1d6e",
            "last_updated": "2023-10-16T18:28:00.384228-04:00",
            "created_at": "2023-10-12T10:57:58.450887-04:00",
            "name": "Houston Texans",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3765fb0b-20bc-42df-9449-e741b6aeef2e/?format=api"
        }
    ]
}