GET /api/bet_types/262d9c6e-ff1f-4866-93f9-87f766f84057/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "262d9c6e-ff1f-4866-93f9-87f766f84057",
    "match": "https://api-prod.gambitprofit.com/api/matches/e9a25c60-e27a-42de-82ff-250d745b6682/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-25T10:43:13.225780-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 Under 1.5",
                "amount": 6047.0
            },
            {
                "team": "Total Rounds Over 1.5",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9250.02,
        "profit_sb": -249.98,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "8627b9c4-ff87-4743-a034-a0c30e106d98",
            "gambit_id": "406b030d-d66d-41dd-ad2b-74ee19363f46",
            "last_updated": "2023-08-28T18:48:02.084547-04:00",
            "created_at": "2023-08-25T10:43:13.235669-04:00",
            "name": "Total Rounds Under 1.5",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/262d9c6e-ff1f-4866-93f9-87f766f84057/?format=api"
        },
        {
            "id": "a06224bb-d016-4c02-9b7b-589a1078ff08",
            "gambit_id": "1fcdf796-b2b1-460c-b418-74c5bb8b4949",
            "last_updated": "2023-08-28T18:48:02.080322-04:00",
            "created_at": "2023-08-25T10:43:13.231418-04:00",
            "name": "Total Rounds Over 1.5",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/262d9c6e-ff1f-4866-93f9-87f766f84057/?format=api"
        }
    ]
}