GET /api/bet_types/9b14dd47-1a8b-4d75-8d53-b1b01e13757a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b14dd47-1a8b-4d75-8d53-b1b01e13757a",
    "match": "https://api-prod.gambitprofit.com/api/matches/048020cf-d6d2-4545-8fd3-eb64fa8b02d3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-28T09:42:04.272420-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",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 224",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "d3ebfd8a-0ebf-4a66-93b7-50e9262bbc7c",
            "gambit_id": "ce215343-c4f0-4cce-a1f4-539ecc1dc2a0",
            "last_updated": "2023-01-30T17:46:55.931275-05:00",
            "created_at": "2023-01-28T09:42:04.273693-05:00",
            "name": "Game Total Under 224",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b14dd47-1a8b-4d75-8d53-b1b01e13757a/?format=api"
        },
        {
            "id": "19f26b1b-cdba-46a5-8e51-97bb0617dd49",
            "gambit_id": "d3e7e538-769d-4bca-875d-4a9759038550",
            "last_updated": "2023-01-30T17:46:55.932880-05:00",
            "created_at": "2023-01-28T09:42:04.275012-05:00",
            "name": "Game Total Over 224",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b14dd47-1a8b-4d75-8d53-b1b01e13757a/?format=api"
        }
    ]
}