GET /api/bet_types/984377a0-b5fc-4102-ac26-d32e8563bc7a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "984377a0-b5fc-4102-ac26-d32e8563bc7a",
    "match": "https://api-prod.gambitprofit.com/api/matches/9ea369f3-721d-4763-a286-32d84e45c973/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-19T00:01:55.437865-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Florida Atlantic",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10800.0,
        "profit_sb": 1300.0,
        "profit_sb_percentage": 13.68,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Florida Atlantic",
                "amount": 8773.0
            },
            {
                "team": "Fairleigh Dickinson",
                "amount": 1227.0
            }
        ],
        "expected_reward_tokens": 9472.44,
        "profit_sb": -27.56,
        "profit_sb_percentage": -0.29,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ba53f38-3ea2-480b-99e9-27f801933146",
            "gambit_id": "8d6ecdf9-6ff8-46cf-8f32-065387b3a790",
            "last_updated": "2023-03-20T10:42:12.077747-04:00",
            "created_at": "2023-03-19T00:01:55.439355-04:00",
            "name": "Florida Atlantic",
            "reward": "1.08000",
            "odds": "1.08330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/984377a0-b5fc-4102-ac26-d32e8563bc7a/?format=api"
        },
        {
            "id": "04c9e1a8-abc8-4229-ae9e-91aa478335af",
            "gambit_id": "3e3d22d7-fcbd-4989-a466-4016d04e9ec3",
            "last_updated": "2023-03-20T10:42:12.079544-04:00",
            "created_at": "2023-03-19T00:01:55.440909-04:00",
            "name": "Fairleigh Dickinson",
            "reward": "7.72000",
            "odds": "8.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/984377a0-b5fc-4102-ac26-d32e8563bc7a/?format=api"
        }
    ]
}