GET /api/bet_types/02a8cf2c-baca-42db-9249-a536b2fc789e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "02a8cf2c-baca-42db-9249-a536b2fc789e",
    "match": "https://api-prod.gambitprofit.com/api/matches/98c5ac0e-4c12-4eb3-953b-952180d48125/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-02T10:13:23.292279-05: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 2.5",
                "amount": 5269.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4731.0
            }
        ],
        "expected_reward_tokens": 9272.76,
        "profit_sb": -227.24,
        "profit_sb_percentage": -2.39,
        "recommended": false
    },
    "lines": [
        {
            "id": "8761b21f-83b1-49e9-8618-05c18f60dfcf",
            "gambit_id": "775e7197-2154-4b53-950b-3fac52ff01e5",
            "last_updated": "2024-02-05T14:38:25.036448-05:00",
            "created_at": "2024-02-02T10:13:23.300135-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02a8cf2c-baca-42db-9249-a536b2fc789e/?format=api"
        },
        {
            "id": "dafcb3d3-f9be-4af2-b572-3b6438808c3e",
            "gambit_id": "c3e790f1-8373-473b-b923-5135dc009de1",
            "last_updated": "2024-02-05T14:38:25.032678-05:00",
            "created_at": "2024-02-02T10:13:23.296204-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02a8cf2c-baca-42db-9249-a536b2fc789e/?format=api"
        }
    ]
}