GET /api/bet_types/1a95ddde-f381-4333-a241-9b96ffb8c6c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a95ddde-f381-4333-a241-9b96ffb8c6c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/3be0c8be-6224-4d49-a45d-2e60420e89df/?format=api",
    "name": "Play the Odds",
    "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": "Liberty",
                "amount": 5000.0
            },
            {
                "team": "New Mexico State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "62123be1-d7f2-4a4e-aa8c-d39488d8f705",
            "gambit_id": "f73fb370-6476-4099-bfd0-c24098ff9437",
            "last_updated": "2022-11-28T10:17:11.531769-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Liberty",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-24.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a95ddde-f381-4333-a241-9b96ffb8c6c5/?format=api"
        },
        {
            "id": "fb60e0c9-3ce5-4a7b-bd9f-cfae7283a882",
            "gambit_id": "5285ffb6-6f9a-47cf-a60b-738821278369",
            "last_updated": "2022-11-28T10:17:11.532779-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Mexico State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "24.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a95ddde-f381-4333-a241-9b96ffb8c6c5/?format=api"
        }
    ]
}