GET /api/bet_types/55c87471-d5db-4e15-a0e5-cd1a159e528a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "55c87471-d5db-4e15-a0e5-cd1a159e528a",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5c74b11-c1a0-46e8-b2c5-5e374c951d83/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-01T09:03:21.805766-04: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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "2be71078-3d82-43df-af40-92ae44224eab",
            "gambit_id": "68a49f7d-3753-4d7a-969c-d52396f598ca",
            "last_updated": "2023-08-02T19:13:00.799013-04:00",
            "created_at": "2023-08-01T09:03:21.816413-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55c87471-d5db-4e15-a0e5-cd1a159e528a/?format=api"
        },
        {
            "id": "2bac7be9-8e7a-4c7d-a594-54d0af372122",
            "gambit_id": "15e6b057-84eb-4e8b-b10e-826df0eece53",
            "last_updated": "2023-08-02T19:13:00.789052-04:00",
            "created_at": "2023-08-01T09:03:21.810287-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55c87471-d5db-4e15-a0e5-cd1a159e528a/?format=api"
        }
    ]
}