GET /api/bet_types/2c8182d6-2fd7-473c-b070-5a4f967ab86e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c8182d6-2fd7-473c-b070-5a4f967ab86e",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf6ea44c-b80d-4913-955c-f7a963c36dda/?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 43.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 43.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "867c7c22-cd34-4862-8086-2a6f102d81a2",
            "gambit_id": "221b1dea-dc15-46e4-97a2-ae44cad1c04b",
            "last_updated": "2022-09-19T11:42:07.388646-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 43.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c8182d6-2fd7-473c-b070-5a4f967ab86e/?format=api"
        },
        {
            "id": "68e8440f-9cf3-4479-b34c-252180eea56e",
            "gambit_id": "76522b0f-03f7-461d-9197-501ec32589a1",
            "last_updated": "2022-09-19T11:42:07.387472-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 43.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c8182d6-2fd7-473c-b070-5a4f967ab86e/?format=api"
        }
    ]
}