GET /api/bet_types/ebfe62a5-4b09-42b2-a27e-2982e331bcae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ebfe62a5-4b09-42b2-a27e-2982e331bcae",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c99a8c6-e28f-49e4-a42d-c2fe082f8df8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-12T09:32:55.713368-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 233",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 233",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "c575f9ea-ca33-4f03-9a2f-5868abdbb6e0",
            "gambit_id": "b1494c09-a2bd-4b54-9578-cbe08599d0d4",
            "last_updated": "2023-11-13T19:33:25.051240-05:00",
            "created_at": "2023-11-12T09:32:55.717353-05:00",
            "name": "Game Total Under 233",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "233.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebfe62a5-4b09-42b2-a27e-2982e331bcae/?format=api"
        },
        {
            "id": "3d510c09-4a66-45ed-8242-7e1e91ab0115",
            "gambit_id": "a8214c23-ff13-4c1b-a378-c4a897f94d3a",
            "last_updated": "2023-11-13T19:33:25.048029-05:00",
            "created_at": "2023-11-12T09:32:55.721928-05:00",
            "name": "Game Total Over 233",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "233.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebfe62a5-4b09-42b2-a27e-2982e331bcae/?format=api"
        }
    ]
}