GET /api/bet_types/3efd16c1-74b2-4a7f-83fc-488bd8d28021/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3efd16c1-74b2-4a7f-83fc-488bd8d28021",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc6d50f9-c313-4ce3-902d-70f531d24fce/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-02T08:58:23.588643-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 Under 9",
                "amount": 5423.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "cfdbe989-4547-4aa9-a9ef-dcb0664f2b93",
            "gambit_id": "e988a0c9-dcc7-4519-afd0-16eab3cb773b",
            "last_updated": "2023-07-04T10:18:06.364325-04:00",
            "created_at": "2023-07-02T08:58:23.593713-04:00",
            "name": "Game Total Under 9",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3efd16c1-74b2-4a7f-83fc-488bd8d28021/?format=api"
        },
        {
            "id": "c02aa3bc-1813-4b8f-bc54-faf9abf79c19",
            "gambit_id": "60bb4d8f-ddb2-4717-9fc8-0b4eb779242d",
            "last_updated": "2023-07-04T10:18:06.363007-04:00",
            "created_at": "2023-07-02T08:58:23.591062-04:00",
            "name": "Game Total Over 9",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3efd16c1-74b2-4a7f-83fc-488bd8d28021/?format=api"
        }
    ]
}