GET /api/bet_types/1f33b8df-f66f-4b50-a3b8-a812f1628a69/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f33b8df-f66f-4b50-a3b8-a812f1628a69",
    "match": "https://api-prod.gambitprofit.com/api/matches/c81f9e9a-ab30-4066-a4b1-74d326b8de2b/?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 56.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 56.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "20451625-5cf7-4755-97ab-646eafc7b901",
            "gambit_id": "69fac7bf-2c0b-4919-aee4-2172ce792cf8",
            "last_updated": "2022-09-25T21:22:20.830308-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 56.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "56.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f33b8df-f66f-4b50-a3b8-a812f1628a69/?format=api"
        },
        {
            "id": "505b5af3-13cf-4635-bab6-62a9947ed356",
            "gambit_id": "3bfa1121-a842-48f9-86dd-59a5680e0708",
            "last_updated": "2022-09-25T21:22:20.831341-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 56.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "56.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f33b8df-f66f-4b50-a3b8-a812f1628a69/?format=api"
        }
    ]
}