GET /api/bet_types/a9c0c745-d70e-44d3-9c8d-b24b2f733548/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a9c0c745-d70e-44d3-9c8d-b24b2f733548",
    "match": "https://api-prod.gambitprofit.com/api/matches/686d37c2-27e0-40a8-ae7a-521138f6ccf8/?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 9.5",
                "amount": 5109.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "248d0450-0d75-4e9c-8165-76aaee2884d1",
            "gambit_id": "1c5faafb-be85-48e2-9831-fc14bb2c2975",
            "last_updated": "2022-08-07T10:47:14.500553-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9.5",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9c0c745-d70e-44d3-9c8d-b24b2f733548/?format=api"
        },
        {
            "id": "f0559618-3c7f-4dde-910f-6795dd07b364",
            "gambit_id": "10c94310-4f12-4033-b83e-90d6094385ee",
            "last_updated": "2022-08-07T10:47:14.501080-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9.5",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9c0c745-d70e-44d3-9c8d-b24b2f733548/?format=api"
        }
    ]
}