GET /api/bet_types/a4e8a517-2274-40b9-8eaa-ac3c173715be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a4e8a517-2274-40b9-8eaa-ac3c173715be",
    "match": "https://api-prod.gambitprofit.com/api/matches/c101fe0c-8240-4e28-8ee7-b66e01ad2023/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-06T09:06:58.938897-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "58565b4a-ad95-4aa6-812a-cf462dbb925d",
            "gambit_id": "98cc9940-e3aa-41f4-9ecf-e186cde9d04e",
            "last_updated": "2023-04-07T10:22:15.568619-04:00",
            "created_at": "2023-04-06T09:06:58.941500-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4e8a517-2274-40b9-8eaa-ac3c173715be/?format=api"
        },
        {
            "id": "2f50941b-6804-4db1-b683-d1a8960afba6",
            "gambit_id": "30d6a123-3d06-4441-aa1a-6b357bad1faf",
            "last_updated": "2023-04-07T10:22:15.570686-04:00",
            "created_at": "2023-04-06T09:06:58.944219-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4e8a517-2274-40b9-8eaa-ac3c173715be/?format=api"
        }
    ]
}