GET /api/bet_types/45119204-2cf1-4221-ac4c-4bdbace32b7a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "45119204-2cf1-4221-ac4c-4bdbace32b7a",
    "match": "https://api-prod.gambitprofit.com/api/matches/c071fd4c-416d-40f8-9e15-a1f009a3c898/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-28T10:06:59.231270-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": "Carolina Hurricanes",
                "amount": 5512.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "957218ff-558b-4d92-9930-5651cc61d878",
            "gambit_id": "f4411435-8ca5-4693-920e-6789c570b7e4",
            "last_updated": "2023-03-29T13:36:54.793689-04:00",
            "created_at": "2023-03-28T10:06:59.233295-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45119204-2cf1-4221-ac4c-4bdbace32b7a/?format=api"
        },
        {
            "id": "f759c158-0a26-4f26-a274-dff6f5a3b678",
            "gambit_id": "611b905b-d36d-41be-b273-9b913232d832",
            "last_updated": "2023-03-29T13:36:54.795842-04:00",
            "created_at": "2023-03-28T10:06:59.235444-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45119204-2cf1-4221-ac4c-4bdbace32b7a/?format=api"
        }
    ]
}