GET /api/bet_types/00d2ab7b-f679-4ee2-8655-bafdfaf3449c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00d2ab7b-f679-4ee2-8655-bafdfaf3449c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6c73383-52b1-4809-a8e5-efc49f72f02d/?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": "Vanderbilt",
                "amount": 5000.0
            },
            {
                "team": "Hawaii",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "bd68adb1-e146-4f91-8a1a-0e65c98a137a",
            "gambit_id": "905b46a9-0dc2-4f9f-8bae-3af433eb4e5e",
            "last_updated": "2022-08-28T11:27:16.526087-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vanderbilt",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00d2ab7b-f679-4ee2-8655-bafdfaf3449c/?format=api"
        },
        {
            "id": "2f29371d-3850-4b63-8a00-59f8042b0ca1",
            "gambit_id": "ff9a5473-a651-4669-9241-54f438f11771",
            "last_updated": "2022-08-28T11:27:16.525637-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Hawaii",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00d2ab7b-f679-4ee2-8655-bafdfaf3449c/?format=api"
        }
    ]
}