GET /api/bet_types/fc0e19f8-19b7-4052-be88-1f3dbcfe9e35/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc0e19f8-19b7-4052-be88-1f3dbcfe9e35",
    "match": "https://api-prod.gambitprofit.com/api/matches/2267b669-11fb-4ba9-93f3-43bb7f306104/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-23T09:38:26.106485-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 Under 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c8f189c5-76b1-4916-ab0e-f018771545e4",
            "gambit_id": "b18894ff-8f4c-48b7-8d50-ea0bd08ae53e",
            "last_updated": "2023-09-25T14:28:22.023004-04:00",
            "created_at": "2023-09-23T09:38:26.117914-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc0e19f8-19b7-4052-be88-1f3dbcfe9e35/?format=api"
        },
        {
            "id": "321f8296-500a-480b-b497-f28ff08c3694",
            "gambit_id": "6b188b3d-a41f-457e-86fa-dead610931df",
            "last_updated": "2023-09-25T14:28:22.019611-04:00",
            "created_at": "2023-09-23T09:38:26.112893-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc0e19f8-19b7-4052-be88-1f3dbcfe9e35/?format=api"
        }
    ]
}