GET /api/bet_types/6241b45d-dee8-4f0a-8b04-4a18548f238e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6241b45d-dee8-4f0a-8b04-4a18548f238e",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1e148cb-98e4-4290-8c71-c8111a0f9b72/?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 229",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 229",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "381cfc66-7ccf-443d-9fa7-30181219da6a",
            "gambit_id": "f7dd65d1-609f-45c2-a614-f4cf52773aac",
            "last_updated": "2022-12-08T13:02:16.355749-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 229",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6241b45d-dee8-4f0a-8b04-4a18548f238e/?format=api"
        },
        {
            "id": "0907c05f-9138-4d2b-84b8-a6f4b4c349c0",
            "gambit_id": "64ab4a44-3c4d-4f60-867b-ac56fc3dbe71",
            "last_updated": "2022-12-08T13:02:16.356947-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 229",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6241b45d-dee8-4f0a-8b04-4a18548f238e/?format=api"
        }
    ]
}