GET /api/bet_types/5f5922b0-ecb9-4f91-bef9-c06b822bbc3d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f5922b0-ecb9-4f91-bef9-c06b822bbc3d",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5be48d4-ae86-401d-b0b1-bed6bbc0370d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-23T10:23:05.477207-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": "Total Rounds Over 2.5",
                "amount": 6706.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 3294.0
            }
        ],
        "expected_reward_tokens": 9254.28,
        "profit_sb": -245.72,
        "profit_sb_percentage": -2.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "b0477791-71f0-425e-8094-ec3055999d1f",
            "gambit_id": "adeee78e-8664-42fa-8e1e-8118202792cb",
            "last_updated": "2023-09-25T14:33:18.449315-04:00",
            "created_at": "2023-09-23T10:23:05.480638-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f5922b0-ecb9-4f91-bef9-c06b822bbc3d/?format=api"
        },
        {
            "id": "1c9b3ce4-cf5a-4066-83f2-550bd3f2f6a0",
            "gambit_id": "a8841369-2d27-4959-8dcf-397cc09e74c3",
            "last_updated": "2023-09-25T14:33:18.452762-04:00",
            "created_at": "2023-09-23T10:23:05.485121-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f5922b0-ecb9-4f91-bef9-c06b822bbc3d/?format=api"
        }
    ]
}