GET /api/bet_types/0d73b4e5-23f1-4137-86f3-d23871830e0a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d73b4e5-23f1-4137-86f3-d23871830e0a",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1d59138-af04-4eba-8858-eaaee30d76f1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-13T10:18:26.542552-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "6d24818a-55ab-4173-929b-caae0c63e896",
            "gambit_id": "627ff1bc-e863-4a57-bd15-ee4c403b9578",
            "last_updated": "2023-08-14T10:53:20.645763-04:00",
            "created_at": "2023-08-13T10:18:26.546554-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d73b4e5-23f1-4137-86f3-d23871830e0a/?format=api"
        },
        {
            "id": "5a6b4d0d-80fd-4d6f-a882-77d8d17e870c",
            "gambit_id": "e58102c0-4541-4316-bd7c-7c2ca6b94439",
            "last_updated": "2023-08-14T10:53:20.649087-04:00",
            "created_at": "2023-08-13T10:18:26.551009-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d73b4e5-23f1-4137-86f3-d23871830e0a/?format=api"
        }
    ]
}