GET /api/bet_types/1500252d-2732-4701-a00f-315968fad159/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1500252d-2732-4701-a00f-315968fad159",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6189c9a-32f1-4c0c-a611-61a1f215d04a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-16T12:17:24.196811-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 7",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "679d39c4-3b0f-4eab-9342-c3c51b258f2f",
            "gambit_id": "1519c737-70ef-43bf-a3c1-dbe0d13ac577",
            "last_updated": "2023-04-18T12:12:07.902568-04:00",
            "created_at": "2023-04-16T12:17:24.199885-04:00",
            "name": "Game Total Under 7",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1500252d-2732-4701-a00f-315968fad159/?format=api"
        },
        {
            "id": "0e65ceb4-19d5-4d99-abbf-0d5e9673065c",
            "gambit_id": "f8b596d8-aa68-461f-ba4d-b82c2854b64f",
            "last_updated": "2023-04-18T12:12:07.904219-04:00",
            "created_at": "2023-04-16T12:17:24.202982-04:00",
            "name": "Game Total Over 7",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1500252d-2732-4701-a00f-315968fad159/?format=api"
        }
    ]
}