GET /api/bet_types/6ca22d1f-6a93-4de8-97fe-cee70be37146/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ca22d1f-6a93-4de8-97fe-cee70be37146",
    "match": "https://api-prod.gambitprofit.com/api/matches/06e8bfdb-9616-483f-afb3-65e03b651f09/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-22T09:58:22.323469-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 Over 9",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d8fccee2-5875-4723-890f-8ce2f356bc16",
            "gambit_id": "aaf224dc-017c-422e-bcc3-1bb3fda4d71b",
            "last_updated": "2023-09-23T20:58:09.528101-04:00",
            "created_at": "2023-09-22T09:58:22.334211-04:00",
            "name": "Game Total Over 9",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ca22d1f-6a93-4de8-97fe-cee70be37146/?format=api"
        },
        {
            "id": "2460f11a-70f1-46b8-b360-53f797dd0e1b",
            "gambit_id": "6cc171bd-0db3-4103-9efa-033eda852e2b",
            "last_updated": "2023-09-23T20:58:09.532664-04:00",
            "created_at": "2023-09-22T09:58:22.340776-04:00",
            "name": "Game Total Under 9",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ca22d1f-6a93-4de8-97fe-cee70be37146/?format=api"
        }
    ]
}