GET /api/bet_types/188adc46-67bf-48d3-b9c3-2b1c657b0a95/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "188adc46-67bf-48d3-b9c3-2b1c657b0a95",
    "match": "https://api-prod.gambitprofit.com/api/matches/3924ee85-8621-41c5-9825-9202d3fa113c/?format=api",
    "name": "Over/Under",
    "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": "Game Total Under 7.5",
                "amount": 5208.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "289e6c62-a58b-456b-b7d9-0b92789205cd",
            "gambit_id": "1eebad92-73b7-48be-a23f-721b74e5264f",
            "last_updated": "2022-11-04T09:22:47.208381-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/188adc46-67bf-48d3-b9c3-2b1c657b0a95/?format=api"
        },
        {
            "id": "7f73f743-098d-4ad8-9a20-e7df683d7ce7",
            "gambit_id": "34977823-d238-4c0f-a27f-1dda432fd2f2",
            "last_updated": "2022-11-04T09:22:47.209505-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/188adc46-67bf-48d3-b9c3-2b1c657b0a95/?format=api"
        }
    ]
}