GET /api/bet_types/34b327df-8161-4f4f-8a94-d605dc509483/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34b327df-8161-4f4f-8a94-d605dc509483",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd53e7df-a38e-460e-9422-644f8a0f2240/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-15T15:58:05.164474-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 Over 2.5",
                "amount": 6706.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3294.0
            }
        ],
        "expected_reward_tokens": 9254.28,
        "profit_sb": -245.72,
        "profit_sb_percentage": -2.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "b0464e41-bc7c-4d6b-9db4-295ad47fa2fc",
            "gambit_id": "b72dd1fd-cbdd-4c90-be7f-a8840c66d8a0",
            "last_updated": "2023-09-18T23:13:12.940247-04:00",
            "created_at": "2023-09-15T15:58:05.170225-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34b327df-8161-4f4f-8a94-d605dc509483/?format=api"
        },
        {
            "id": "eec60f51-d4e8-4cea-8ec9-71f614fa0965",
            "gambit_id": "25ac818c-259b-4783-858c-5db27ff74e3f",
            "last_updated": "2023-09-18T23:13:12.943450-04:00",
            "created_at": "2023-09-15T15:58:05.175838-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34b327df-8161-4f4f-8a94-d605dc509483/?format=api"
        }
    ]
}