GET /api/bet_types/9d8e721b-f13b-42fb-b68f-1ba02f250ac4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d8e721b-f13b-42fb-b68f-1ba02f250ac4",
    "match": "https://api-prod.gambitprofit.com/api/matches/5cd4049e-fe7c-4d4c-b877-4dfd1a0831fd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-06T09:13:07.673894-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 Over 221",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 221",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fdbce378-5a60-4bf5-9f29-2783c07dd6f1",
            "gambit_id": "abd57be7-6ffd-43f7-9f28-74e35921f826",
            "last_updated": "2023-12-07T21:43:04.008786-05:00",
            "created_at": "2023-12-06T09:13:07.677978-05:00",
            "name": "Game Total Over 221",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "221.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d8e721b-f13b-42fb-b68f-1ba02f250ac4/?format=api"
        },
        {
            "id": "cf55119b-6998-416d-a8a3-60241a1cfa46",
            "gambit_id": "96186e87-ccaf-4ace-9639-a84ef3ae4f4c",
            "last_updated": "2023-12-07T21:43:04.011917-05:00",
            "created_at": "2023-12-06T09:13:07.682126-05:00",
            "name": "Game Total Under 221",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "221.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d8e721b-f13b-42fb-b68f-1ba02f250ac4/?format=api"
        }
    ]
}