GET /api/bet_types/96aeb220-2f5b-4b36-a1af-30c555dd3224/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96aeb220-2f5b-4b36-a1af-30c555dd3224",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d820af7-1071-4e64-b752-255490dcbf36/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-11T11:43:21.538256-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 39.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 39.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "49468c8d-7599-45f4-acd6-d8e6b329f368",
            "gambit_id": "5b6c6490-20dc-4f3c-abe9-310b9b10a7de",
            "last_updated": "2023-08-12T18:23:11.125706-04:00",
            "created_at": "2023-08-11T11:43:21.542191-04:00",
            "name": "Game Total Over 39.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "39.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96aeb220-2f5b-4b36-a1af-30c555dd3224/?format=api"
        },
        {
            "id": "632f0e58-3a9e-44a5-91b2-5edffd894ceb",
            "gambit_id": "cfb68dff-401d-4395-bcb9-7fa6906a264e",
            "last_updated": "2023-08-12T18:23:11.129080-04:00",
            "created_at": "2023-08-11T11:43:21.546168-04:00",
            "name": "Game Total Under 39.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "39.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96aeb220-2f5b-4b36-a1af-30c555dd3224/?format=api"
        }
    ]
}