GET /api/bet_types/e6baee1e-ea1d-45bb-9710-c570930bd352/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6baee1e-ea1d-45bb-9710-c570930bd352",
    "match": "https://api-prod.gambitprofit.com/api/matches/30bd47ee-77cf-42f3-8b38-922afb291330/?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": "Total Rounds Over 2.5",
                "amount": 7225.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 2775.0
            }
        ],
        "expected_reward_tokens": 9102.0,
        "profit_sb": 102.0,
        "profit_sb_percentage": 1.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "e21e3b5e-74f4-4ccd-b4c6-2e8eebd6c2b6",
            "gambit_id": "2bc54ec3-fd88-4e71-a3dd-77dff24dd8d2",
            "last_updated": "2022-08-21T19:32:05.862806-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.26000",
            "odds": "1.28570",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6baee1e-ea1d-45bb-9710-c570930bd352/?format=api"
        },
        {
            "id": "01e69a6b-65f2-4477-b1e7-9e34b2c4f357",
            "gambit_id": "5db1d569-c193-4bec-8f5c-24838406e811",
            "last_updated": "2022-08-21T19:32:05.862136-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "3.28000",
            "odds": "3.50000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6baee1e-ea1d-45bb-9710-c570930bd352/?format=api"
        }
    ]
}