GET /api/bet_types/4b4c4795-1b16-4dfd-b867-f324283f7fff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b4c4795-1b16-4dfd-b867-f324283f7fff",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba9f779e-3139-4aad-b195-ed835055f03c/?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 2.5",
                "amount": 5485.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4515.0
            }
        ],
        "expected_reward_tokens": 8939.7,
        "profit_sb": -60.3,
        "profit_sb_percentage": -0.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "82ea5f1b-a35e-492e-b721-ca2cb825f4b4",
            "gambit_id": "030dd63c-46b8-4f60-b719-e5211cc83d94",
            "last_updated": "2022-12-24T17:12:15.434486-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.63000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b4c4795-1b16-4dfd-b867-f324283f7fff/?format=api"
        },
        {
            "id": "870c7174-2269-448c-bcd0-294b336c66b8",
            "gambit_id": "79115946-0a06-41aa-8376-f18ca97e92bd",
            "last_updated": "2022-12-24T17:12:15.435682-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.98000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b4c4795-1b16-4dfd-b867-f324283f7fff/?format=api"
        }
    ]
}