GET /api/bet_types/31de63c9-52b8-4967-8c94-1b565c1bce53/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "31de63c9-52b8-4967-8c94-1b565c1bce53",
    "match": "https://api-prod.gambitprofit.com/api/matches/51bb5da6-048a-437f-b08a-092c7aea3d67/?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": "Maryland",
                "amount": 7660.0
            },
            {
                "team": "Indiana",
                "amount": 2340.0
            }
        ],
        "expected_reward_tokens": 9498.4,
        "profit_sb": -1.6,
        "profit_sb_percentage": -0.02,
        "recommended": false
    },
    "lines": [
        {
            "id": "a4061a41-9e74-4117-807a-f59a36599815",
            "gambit_id": "f6c1b62c-da83-459b-995d-08d8d3877493",
            "last_updated": "2022-10-17T09:37:01.154631-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Maryland",
            "reward": "1.24000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31de63c9-52b8-4967-8c94-1b565c1bce53/?format=api"
        },
        {
            "id": "0e301694-b32b-4455-b3ae-9739d670211e",
            "gambit_id": "843ca126-b997-4445-bc5e-5c7f2f574ca8",
            "last_updated": "2022-10-17T09:37:01.153451-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indiana",
            "reward": "4.06000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31de63c9-52b8-4967-8c94-1b565c1bce53/?format=api"
        }
    ]
}