GET /api/bet_types/e028eb8b-cfa6-468b-9eb7-1411ce092ce3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e028eb8b-cfa6-468b-9eb7-1411ce092ce3",
    "match": "https://api-prod.gambitprofit.com/api/matches/47d9d003-63dc-4010-bc5f-ecca787ddaeb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-12T09:32:56.420538-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 237.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 237.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "077f9b4f-15cf-4fa8-a233-9256cbb94253",
            "gambit_id": "d0624d87-2547-413c-8b36-776ca5a123da",
            "last_updated": "2023-11-14T09:23:06.495911-05:00",
            "created_at": "2023-11-12T09:32:56.429453-05:00",
            "name": "Game Total Under 237.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "237.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e028eb8b-cfa6-468b-9eb7-1411ce092ce3/?format=api"
        },
        {
            "id": "88360b63-d44d-4315-95ce-fc5fa0273d0b",
            "gambit_id": "d6febd73-5800-431e-8d64-e34bf5fae351",
            "last_updated": "2023-11-14T09:23:06.492120-05:00",
            "created_at": "2023-11-12T09:32:56.425659-05:00",
            "name": "Game Total Over 237.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "237.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e028eb8b-cfa6-468b-9eb7-1411ce092ce3/?format=api"
        }
    ]
}