GET /api/bet_types/271c9404-a920-4ee9-b7fc-3f6e8c281261/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "271c9404-a920-4ee9-b7fc-3f6e8c281261",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ea1e940-c942-42b4-a1bd-004a8e4a5c1a/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 52",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 52",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "58885c47-dc6b-4d79-98af-9a171588caa0",
            "gambit_id": "f4e7a64f-8e43-4b41-a82d-6e995d8e9bf8",
            "last_updated": "2022-09-18T13:02:34.508466-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 52",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "52.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/271c9404-a920-4ee9-b7fc-3f6e8c281261/?format=api"
        },
        {
            "id": "58132dd3-69be-4bfa-a3b0-da8ea19190b8",
            "gambit_id": "edcdcf42-d8c2-4770-a402-549ba67ba893",
            "last_updated": "2022-09-18T13:02:34.509578-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 52",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "52.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/271c9404-a920-4ee9-b7fc-3f6e8c281261/?format=api"
        }
    ]
}