GET /api/bet_types/f0ea0d1d-937c-4132-8d6b-fc57dc61b600/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f0ea0d1d-937c-4132-8d6b-fc57dc61b600",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c0242e6-bb02-4d57-9b65-9581eabae9d5/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": "Game Total Over 2.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8700.0,
        "profit_sb": -300.0,
        "profit_sb_percentage": -3.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "c6be07d0-e123-4198-96fb-cfebfe936d8a",
            "gambit_id": "fc241ee0-4840-46e4-9ac2-f911ea3a4808",
            "last_updated": "2022-12-01T16:27:23.882425-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.74000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0ea0d1d-937c-4132-8d6b-fc57dc61b600/?format=api"
        },
        {
            "id": "5589003f-7656-4b8b-8f24-fb93a18c8af2",
            "gambit_id": "293ab7b9-7649-4b52-a7bd-aa2af5d1a3f3",
            "last_updated": "2022-12-01T16:27:23.881388-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.74000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0ea0d1d-937c-4132-8d6b-fc57dc61b600/?format=api"
        }
    ]
}