GET /api/bet_types/8deba343-3b70-44af-8738-2c3dc513e8d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8deba343-3b70-44af-8738-2c3dc513e8d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1c470e6-32ba-4664-a1ce-24bb454f8f47/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-21T08:16:55.971808-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": "Total Rounds Over 4.5",
                "amount": 5503.0
            },
            {
                "team": "Total Rounds Under 4.5",
                "amount": 4497.0
            }
        ],
        "expected_reward_tokens": 9353.76,
        "profit_sb": -146.24,
        "profit_sb_percentage": -1.54,
        "recommended": false
    },
    "lines": [
        {
            "id": "bd1221dd-e45d-4101-816c-937a05f9cfc2",
            "gambit_id": "c3920fbf-3b5e-4dc6-87d1-f169c3243be2",
            "last_updated": "2023-01-23T11:47:06.378950-05:00",
            "created_at": "2023-01-21T08:16:55.974831-05:00",
            "name": "Total Rounds Over 4.5",
            "reward": "1.70000",
            "odds": "1.71430",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8deba343-3b70-44af-8738-2c3dc513e8d5/?format=api"
        },
        {
            "id": "1b148f78-0479-4648-bace-077bac817bb8",
            "gambit_id": "00829528-7ed0-478e-9d92-2e77c5aa3864",
            "last_updated": "2023-01-23T11:47:06.377726-05:00",
            "created_at": "2023-01-21T08:16:55.973209-05:00",
            "name": "Total Rounds Under 4.5",
            "reward": "2.08000",
            "odds": "2.10000",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8deba343-3b70-44af-8738-2c3dc513e8d5/?format=api"
        }
    ]
}