GET /api/bet_types/62d1aa97-8dae-4ecb-9377-55d90f338234/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "62d1aa97-8dae-4ecb-9377-55d90f338234",
    "match": "https://api-prod.gambitprofit.com/api/matches/cec053e3-4c8a-4a6b-b219-b7db1cf4c554/?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": 5312.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4688.0
            }
        ],
        "expected_reward_tokens": 9188.48,
        "profit_sb": 188.48,
        "profit_sb_percentage": 2.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "ee65ce4e-0bf1-47a0-9c32-c0ecd20f4c0d",
            "gambit_id": "ec747622-96f2-4213-93f6-744dddf2cf5a",
            "last_updated": "2022-08-08T10:57:08.622015-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9",
            "reward": "1.73000",
            "odds": "1.80000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62d1aa97-8dae-4ecb-9377-55d90f338234/?format=api"
        },
        {
            "id": "dda87803-6b76-4741-a049-40c0caaf1b62",
            "gambit_id": "ad5e5dd7-885e-4ff7-81b1-861fdf60e7c6",
            "last_updated": "2022-08-08T10:57:08.622551-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.05000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62d1aa97-8dae-4ecb-9377-55d90f338234/?format=api"
        }
    ]
}