GET /api/bet_types/a44315bc-4ee8-4446-815c-60f45ae1e035/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a44315bc-4ee8-4446-815c-60f45ae1e035",
    "match": "https://api-prod.gambitprofit.com/api/matches/58edd5af-cb8c-43d2-8978-bc9325c942bc/?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 67.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 67.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9876bf6a-bf60-4607-a3f4-c11c493fb3f6",
            "gambit_id": "05ef3c52-b979-4a81-bf98-786ca6798424",
            "last_updated": "2022-11-28T09:57:10.679334-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 67.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "67.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a44315bc-4ee8-4446-815c-60f45ae1e035/?format=api"
        },
        {
            "id": "3ee15484-fc34-47e6-a45d-9186fdaa8e49",
            "gambit_id": "a1e0a90e-67fe-4d8d-8f77-8d75dfc75b5a",
            "last_updated": "2022-11-28T09:57:10.678166-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 67.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "67.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a44315bc-4ee8-4446-815c-60f45ae1e035/?format=api"
        }
    ]
}