GET /api/bet_types/f488f992-3e17-4446-9af2-792e80f81475/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f488f992-3e17-4446-9af2-792e80f81475",
    "match": "https://api-prod.gambitprofit.com/api/matches/a81b48c3-e03a-490a-8581-7762cfc67560/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-16T09:23:13.603277-04: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": "Game Total Under 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c65cf04e-6a33-46bd-a77f-30d962a6b31f",
            "gambit_id": "d1366a58-19f5-46da-bc91-b553b3c54191",
            "last_updated": "2023-09-18T09:03:30.181723-04:00",
            "created_at": "2023-09-16T09:23:13.616752-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f488f992-3e17-4446-9af2-792e80f81475/?format=api"
        },
        {
            "id": "8a746166-948d-407d-9fce-c2c7adecafe0",
            "gambit_id": "20609bf1-2abc-4da8-89a6-035b96c2af6b",
            "last_updated": "2023-09-18T09:03:30.176676-04:00",
            "created_at": "2023-09-16T09:23:13.610073-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f488f992-3e17-4446-9af2-792e80f81475/?format=api"
        }
    ]
}