GET /api/bet_types/6929c4a4-b30b-4ee2-81fd-2ce767fc4005/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6929c4a4-b30b-4ee2-81fd-2ce767fc4005",
    "match": "https://api-prod.gambitprofit.com/api/matches/00eafeb8-8624-42dd-b603-e8cfdc4a125e/?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 227",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 227",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e23d6abd-fa3d-459f-ab6a-251729cd0954",
            "gambit_id": "949c9ec0-e84f-48b6-a6f6-9f68aa79afc1",
            "last_updated": "2022-12-12T18:57:22.358770-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 227",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "227.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6929c4a4-b30b-4ee2-81fd-2ce767fc4005/?format=api"
        },
        {
            "id": "9325c3d9-3041-4794-baa1-f50c3322bb9b",
            "gambit_id": "cb34961c-448a-49bb-9f6b-c4d2b25ae7ce",
            "last_updated": "2022-12-12T18:57:22.359947-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 227",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "227.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6929c4a4-b30b-4ee2-81fd-2ce767fc4005/?format=api"
        }
    ]
}