GET /api/bet_types/dac8527b-f983-4552-9fc1-1447881c43b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dac8527b-f983-4552-9fc1-1447881c43b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/38ce044c-e2f0-411d-9f22-5cbc9ab7712f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-04T11:27:02.458055-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 Over 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "0fdd4a29-b823-4b95-af59-908b4e60a861",
            "gambit_id": "f88e97c3-3968-4553-a0d8-9d3ceb9b7e93",
            "last_updated": "2023-05-05T11:47:10.606160-04:00",
            "created_at": "2023-05-04T11:27:02.459958-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dac8527b-f983-4552-9fc1-1447881c43b7/?format=api"
        },
        {
            "id": "b64638fd-3e54-4ad0-bce5-d923a76a56aa",
            "gambit_id": "a06bade7-b51c-4111-a8cf-d36aed76ca60",
            "last_updated": "2023-05-05T11:47:10.607845-04:00",
            "created_at": "2023-05-04T11:27:02.461832-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dac8527b-f983-4552-9fc1-1447881c43b7/?format=api"
        }
    ]
}