GET /api/bet_types/68ef335f-6f41-47d4-8a0a-d2b6fde339ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68ef335f-6f41-47d4-8a0a-d2b6fde339ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba34af71-0c13-4b66-be93-8b62c13436f4/?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 Over 8.5",
                "amount": 5096.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4904.0
            }
        ],
        "expected_reward_tokens": 9070.88,
        "profit_sb": 70.88,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "0c774327-3cdf-4568-91ec-887d364e0d63",
            "gambit_id": "92afe063-1bdb-403e-80c2-d3f0394b6614",
            "last_updated": "2022-09-05T10:11:59.121194-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68ef335f-6f41-47d4-8a0a-d2b6fde339ca/?format=api"
        },
        {
            "id": "b7978bc6-dab9-4ece-9deb-515d610d2f4b",
            "gambit_id": "a36e45ce-07c1-4d2d-8cc1-6c72495ea878",
            "last_updated": "2022-09-05T10:11:59.119889-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68ef335f-6f41-47d4-8a0a-d2b6fde339ca/?format=api"
        }
    ]
}