GET /api/bet_types/f9ac294d-d5af-4a50-a117-f583ccf6f126/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9ac294d-d5af-4a50-a117-f583ccf6f126",
    "match": "https://api-prod.gambitprofit.com/api/matches/1a83109c-9364-4d4f-a6b7-975f7fb32971/?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 Under 7.5",
                "amount": 5109.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "a3e95eae-e438-4caa-8a1e-34dfdfd4aa95",
            "gambit_id": "9f45198a-3c01-425f-87dc-54dd18ebb1c5",
            "last_updated": "2022-08-16T14:07:09.594768-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9ac294d-d5af-4a50-a117-f583ccf6f126/?format=api"
        },
        {
            "id": "5926a8c0-f462-498a-8930-fc8fc2d32464",
            "gambit_id": "1acf9229-97b8-4932-a75a-d18ededaa02c",
            "last_updated": "2022-08-16T14:07:09.595271-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9ac294d-d5af-4a50-a117-f583ccf6f126/?format=api"
        }
    ]
}