GET /api/bet_types/759dfb67-9551-4c13-a01f-8986d7699ad1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "759dfb67-9551-4c13-a01f-8986d7699ad1",
    "match": "https://api-prod.gambitprofit.com/api/matches/78ea3323-2596-474b-b389-636a981362d1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-06T09:13:06.232420-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 242.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 242.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a286effc-0f7e-4747-ba58-c7b713d23983",
            "gambit_id": "ad10994c-eee7-4630-91c6-6cac3f6645d2",
            "last_updated": "2023-12-07T21:48:04.726530-05:00",
            "created_at": "2023-12-06T09:13:06.241036-05:00",
            "name": "Game Total Under 242.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "242.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/759dfb67-9551-4c13-a01f-8986d7699ad1/?format=api"
        },
        {
            "id": "4eb447f2-76b0-41bf-ab02-9eef17e7372c",
            "gambit_id": "69bba93e-49f4-4901-bab0-89ed025a5171",
            "last_updated": "2023-12-07T21:48:04.723248-05:00",
            "created_at": "2023-12-06T09:13:06.236321-05:00",
            "name": "Game Total Over 242.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "242.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/759dfb67-9551-4c13-a01f-8986d7699ad1/?format=api"
        }
    ]
}