GET /api/bet_types/8945e1b7-3440-490d-9f1e-d1241e00f2b0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8945e1b7-3440-490d-9f1e-d1241e00f2b0",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e89fb2a-db5a-4837-99f3-7cffd3738e3f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-15T16:03:07.848828-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": "Total Rounds Over 4.5",
                "amount": 6047.0
            },
            {
                "team": "Total Rounds Under 4.5",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9250.02,
        "profit_sb": -249.98,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "d0e85347-2804-4cfa-9fb0-58c4c5c7868b",
            "gambit_id": "bf4fcf0b-5592-4012-b9b6-d5338e9c4a53",
            "last_updated": "2023-09-23T21:58:17.510265-04:00",
            "created_at": "2023-09-15T16:03:07.859830-04:00",
            "name": "Total Rounds Over 4.5",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8945e1b7-3440-490d-9f1e-d1241e00f2b0/?format=api"
        },
        {
            "id": "7bc36af8-ba4d-4d5b-91ec-31215b19a796",
            "gambit_id": "eb796cf5-c24c-4cf8-a418-2773ff4afd30",
            "last_updated": "2023-09-23T21:58:17.507124-04:00",
            "created_at": "2023-09-15T16:03:07.854306-04:00",
            "name": "Total Rounds Under 4.5",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8945e1b7-3440-490d-9f1e-d1241e00f2b0/?format=api"
        }
    ]
}