GET /api/bet_types/d74b0541-288c-4831-82d2-2d12ce2c63cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d74b0541-288c-4831-82d2-2d12ce2c63cc",
    "match": "https://api-prod.gambitprofit.com/api/matches/d49c28f3-5d63-4626-9042-f8e87ab7a071/?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 224.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 224.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f4abc2ac-1717-4ed1-905d-ce995e48fba9",
            "gambit_id": "1a11c541-4aee-416c-a8cd-75fe68274719",
            "last_updated": "2022-12-01T16:17:23.890425-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 224.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d74b0541-288c-4831-82d2-2d12ce2c63cc/?format=api"
        },
        {
            "id": "1595731d-dd51-4b6d-a2ea-3548ca25bd15",
            "gambit_id": "8f2d48af-88e1-44dc-9304-fb8254c3c903",
            "last_updated": "2022-12-01T16:17:23.891418-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 224.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d74b0541-288c-4831-82d2-2d12ce2c63cc/?format=api"
        }
    ]
}