GET /api/bet_types/e8961191-6d1a-4cad-996d-f95bf4391a67/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8961191-6d1a-4cad-996d-f95bf4391a67",
    "match": "https://api-prod.gambitprofit.com/api/matches/5083fa53-f901-4dba-8668-adf1df696e09/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-04T09:48:08.105089-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": "18e5eb89-0526-4de8-aaa0-cef96afe0627",
            "gambit_id": "b10a2601-6022-4dfa-8b22-06c5f029d25f",
            "last_updated": "2023-09-05T10:53:03.486898-04:00",
            "created_at": "2023-09-04T09:48:08.109107-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/e8961191-6d1a-4cad-996d-f95bf4391a67/?format=api"
        },
        {
            "id": "7699bfcb-60bf-4100-83fa-9275309ed552",
            "gambit_id": "25579320-692e-42ab-907e-3ab90e5ad03a",
            "last_updated": "2023-09-05T10:53:03.490839-04:00",
            "created_at": "2023-09-04T09:48:08.113284-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/e8961191-6d1a-4cad-996d-f95bf4391a67/?format=api"
        }
    ]
}