GET /api/bet_types/4498522e-3d80-46c2-b929-54a6699d3dd0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4498522e-3d80-46c2-b929-54a6699d3dd0",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9d44b79-9002-4c35-829a-e2fcbc92e0fe/?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 6.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "e9f28299-8897-4b5d-9015-a946c1ad4216",
            "gambit_id": "c954f58b-e2e4-4dc4-b31f-c0d1e9a962c5",
            "last_updated": "2022-10-31T11:07:10.245690-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4498522e-3d80-46c2-b929-54a6699d3dd0/?format=api"
        },
        {
            "id": "e3bc2607-eabf-40ec-bf56-3cee321e19d5",
            "gambit_id": "ca18132d-f3ce-4bbc-a7ca-4cca9073cc8e",
            "last_updated": "2022-10-31T11:07:10.244556-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4498522e-3d80-46c2-b929-54a6699d3dd0/?format=api"
        }
    ]
}