GET /api/bet_types/1482100f-cd78-4a90-a409-0b6c2f2101ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1482100f-cd78-4a90-a409-0b6c2f2101ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/b01cd303-0381-4ac1-9581-e01eb63dba38/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-02T10:08:21.545693-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 Under 1.5",
                "amount": 5391.0
            },
            {
                "team": "Total Rounds Over 1.5",
                "amount": 4609.0
            }
        ],
        "expected_reward_tokens": 9218.0,
        "profit_sb": -282.0,
        "profit_sb_percentage": -2.97,
        "recommended": false
    },
    "lines": [
        {
            "id": "08fd02f3-527a-4fb3-b16e-71f869a1af74",
            "gambit_id": "b2ac3e58-4ae6-4395-a353-5cbd94b0d504",
            "last_updated": "2024-02-06T09:33:13.752420-05:00",
            "created_at": "2024-02-02T10:08:21.553224-05:00",
            "name": "Total Rounds Under 1.5",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1482100f-cd78-4a90-a409-0b6c2f2101ef/?format=api"
        },
        {
            "id": "4f30ae37-5778-46d5-a12e-62f5f7feedb8",
            "gambit_id": "66b39322-2622-4b9e-a820-4fd0ebdd11ff",
            "last_updated": "2024-02-06T09:33:13.748272-05:00",
            "created_at": "2024-02-02T10:08:21.549410-05:00",
            "name": "Total Rounds Over 1.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1482100f-cd78-4a90-a409-0b6c2f2101ef/?format=api"
        }
    ]
}