GET /api/bet_types/f5d60925-ea80-4d39-960e-635220b644c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5d60925-ea80-4d39-960e-635220b644c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/24382dea-c9c2-45c3-bc4b-31e6da338530/?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 45",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 45",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "58bb1a96-7581-405f-90e1-a4be5a3241fa",
            "gambit_id": "9307837f-0af2-4c74-bb0e-02c019f3952e",
            "last_updated": "2022-10-08T09:02:07.592547-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 45",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "45.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5d60925-ea80-4d39-960e-635220b644c1/?format=api"
        },
        {
            "id": "dda7cce7-afbe-4489-a0e6-2f8eab9808e9",
            "gambit_id": "794f7b0a-502c-42fa-84b0-863e5b7fad5f",
            "last_updated": "2022-10-08T09:02:07.593635-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 45",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "45.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5d60925-ea80-4d39-960e-635220b644c1/?format=api"
        }
    ]
}