GET /api/bet_types/ef16d53e-421b-4411-a097-63b41cb8f942/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef16d53e-421b-4411-a097-63b41cb8f942",
    "match": "https://api-prod.gambitprofit.com/api/matches/79aaf91a-7a07-43dd-a732-742864327ace/?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 9",
                "amount": 5110.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9095.4,
        "profit_sb": 95.4,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "261312ca-01a4-4ac6-a11c-a6bd73f69f29",
            "gambit_id": "8bdb810f-c62f-4aec-96c4-3a59ff9fb36e",
            "last_updated": "2022-08-23T09:36:52.250856-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef16d53e-421b-4411-a097-63b41cb8f942/?format=api"
        },
        {
            "id": "9f7e3319-4baa-4ffb-84b4-3798dc1730b2",
            "gambit_id": "7580a3d4-7689-426f-9763-ad7352e2c4a7",
            "last_updated": "2022-08-23T09:36:52.251431-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9",
            "reward": "1.86000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef16d53e-421b-4411-a097-63b41cb8f942/?format=api"
        }
    ]
}