GET /api/bet_types/9d124974-33e8-4f85-9d80-5e9cdbc7f64b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d124974-33e8-4f85-9d80-5e9cdbc7f64b",
    "match": "https://api-prod.gambitprofit.com/api/matches/45e1c4ec-0ca4-42ae-ab55-05a036429e3b/?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 34.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 34.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "8bcf5642-30a4-43b5-bbf7-7a0d8b4bad28",
            "gambit_id": "29e45b0d-d501-4319-9683-87aa57e2f025",
            "last_updated": "2022-08-29T11:37:16.443064-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 34.5",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "34.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d124974-33e8-4f85-9d80-5e9cdbc7f64b/?format=api"
        },
        {
            "id": "4e9951a0-3900-479f-b292-de20ec805d7e",
            "gambit_id": "797bdd6f-b1b0-4f38-a5c0-c8ff5544ef3a",
            "last_updated": "2022-08-29T11:37:16.443545-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 34.5",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "34.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d124974-33e8-4f85-9d80-5e9cdbc7f64b/?format=api"
        }
    ]
}