GET /api/bet_types/4b08d3ba-62c1-4bf0-844b-623f31613fdb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b08d3ba-62c1-4bf0-844b-623f31613fdb",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6af9f32-276e-436f-97bc-e6f68d7aaffb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-19T09:28:02.386857-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 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f30d01d0-4160-496b-bbc8-c3d31d305540",
            "gambit_id": "2bc92d67-1021-41eb-bca8-234c844678c3",
            "last_updated": "2023-08-21T11:08:28.170534-04:00",
            "created_at": "2023-08-19T09:28:02.390814-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b08d3ba-62c1-4bf0-844b-623f31613fdb/?format=api"
        },
        {
            "id": "ce165bc2-22d2-46d9-8433-e3ced5ea81fb",
            "gambit_id": "4649bb06-4dba-4e94-b20d-ea629c685077",
            "last_updated": "2023-08-21T11:08:28.173689-04:00",
            "created_at": "2023-08-19T09:28:02.399660-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b08d3ba-62c1-4bf0-844b-623f31613fdb/?format=api"
        }
    ]
}