GET /api/bet_types/433ac048-6685-42b8-aaf4-8731eec76627/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "433ac048-6685-42b8-aaf4-8731eec76627",
    "match": "https://api-prod.gambitprofit.com/api/matches/85fdc31b-88d0-4220-af3c-523a497a2ec2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-15T08:58:06.059859-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "661c875c-787d-45a2-8ecf-0a3562d5c9cc",
            "gambit_id": "3213890e-af02-43c5-b87d-c2553569f5eb",
            "last_updated": "2023-07-17T10:13:20.278887-04:00",
            "created_at": "2023-07-15T08:58:06.061086-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/433ac048-6685-42b8-aaf4-8731eec76627/?format=api"
        },
        {
            "id": "b85ebd41-ea2a-4ebe-adbf-0162f9e917a4",
            "gambit_id": "77652b0d-93a4-43e1-a863-cd263d76b511",
            "last_updated": "2023-07-17T10:13:20.280509-04:00",
            "created_at": "2023-07-15T08:58:06.062404-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/433ac048-6685-42b8-aaf4-8731eec76627/?format=api"
        }
    ]
}