GET /api/bet_types/d4571c58-6dfa-4561-9ba0-4d2b1b650ca1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4571c58-6dfa-4561-9ba0-4d2b1b650ca1",
    "match": "https://api-prod.gambitprofit.com/api/matches/2ba59e1e-2668-40d3-8ec0-635392c99f5e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-11T09:03:07.292259-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": "Total Rounds Over 2.5",
                "amount": 5496.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 4504.0
            }
        ],
        "expected_reward_tokens": 9233.2,
        "profit_sb": -266.8,
        "profit_sb_percentage": -2.81,
        "recommended": false
    },
    "lines": [
        {
            "id": "69d0a93f-84a2-4ecf-9404-d3b6cf2eadc3",
            "gambit_id": "1c9e8c02-4ad9-4652-9c10-6b65f58dc86b",
            "last_updated": "2023-11-13T15:28:04.560332-05:00",
            "created_at": "2023-11-11T09:03:07.300684-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4571c58-6dfa-4561-9ba0-4d2b1b650ca1/?format=api"
        },
        {
            "id": "bc02d19d-6ec0-471d-96d8-3f6d902d6b00",
            "gambit_id": "4116e34b-741b-427b-b767-1d0c5101ffae",
            "last_updated": "2023-11-13T15:28:04.563848-05:00",
            "created_at": "2023-11-11T09:03:07.304899-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4571c58-6dfa-4561-9ba0-4d2b1b650ca1/?format=api"
        }
    ]
}