GET /api/bet_types/314c13f1-52fb-4f34-a68a-f4e9b0c0c8d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "314c13f1-52fb-4f34-a68a-f4e9b0c0c8d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/8c57ac26-abf4-449c-b2fc-b87e1338149c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-14T12:02:15.697995-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 Under 2.5",
                "amount": 5148.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4852.0
            }
        ],
        "expected_reward_tokens": 9266.4,
        "profit_sb": -233.6,
        "profit_sb_percentage": -2.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "b11486c9-a58a-4d05-a1bb-d1a7e2e78c28",
            "gambit_id": "fcb47dde-e880-4ae5-bcd4-b563a37bb260",
            "last_updated": "2023-04-17T11:42:04.759275-04:00",
            "created_at": "2023-04-14T12:02:15.699633-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.80000",
            "odds": "1.83000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/314c13f1-52fb-4f34-a68a-f4e9b0c0c8d3/?format=api"
        },
        {
            "id": "0a3684c9-0f5b-444e-843d-d1d6ee009d28",
            "gambit_id": "05122034-7858-4a15-9900-d3d91ec805a5",
            "last_updated": "2023-04-17T11:42:04.761743-04:00",
            "created_at": "2023-04-14T12:02:15.701181-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.91000",
            "odds": "1.95000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/314c13f1-52fb-4f34-a68a-f4e9b0c0c8d3/?format=api"
        }
    ]
}