GET /api/bet_types/664a35e6-36de-4f21-9155-344657c93525/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "664a35e6-36de-4f21-9155-344657c93525",
    "match": "https://api-prod.gambitprofit.com/api/matches/0825c6c1-6e9f-4f2f-a5eb-9315779d326e/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Pittsburgh Penguins",
                "amount": 5482.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4518.0
            }
        ],
        "expected_reward_tokens": 8990.48,
        "profit_sb": -9.52,
        "profit_sb_percentage": -0.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "04d0ab66-2af1-4ab0-81f1-b14ea942b5c2",
            "gambit_id": "2359ff41-26df-49f7-96e7-f74277850bcd",
            "last_updated": "2022-12-23T12:17:24.782058-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.64000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/664a35e6-36de-4f21-9155-344657c93525/?format=api"
        },
        {
            "id": "490be9e6-1f7e-4a16-a4b6-93a54ac71b9a",
            "gambit_id": "05e64b00-9d20-4cf8-b20c-bf99c00fdd4d",
            "last_updated": "2022-12-23T12:17:24.783284-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.99000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/664a35e6-36de-4f21-9155-344657c93525/?format=api"
        }
    ]
}