GET /api/bet_types/a35bbc00-4475-449e-ab04-7dd2ad2a70dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a35bbc00-4475-449e-ab04-7dd2ad2a70dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/76c4ee3b-dd81-4564-a738-030c01a15ba5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-07T09:27:14.280228-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 229.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 229.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1085cab0-4a04-42f4-84e1-6163ab455aae",
            "gambit_id": "15d15d4e-e713-46a1-a75b-6659639b1136",
            "last_updated": "2023-04-08T20:52:05.457842-04:00",
            "created_at": "2023-04-07T09:27:14.281955-04:00",
            "name": "Game Total Under 229.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a35bbc00-4475-449e-ab04-7dd2ad2a70dc/?format=api"
        },
        {
            "id": "cd62492c-9763-469c-ba09-d4dd416ca5fd",
            "gambit_id": "1ac9ce03-8452-4893-8900-60ee44ad5ad5",
            "last_updated": "2023-04-08T20:52:05.460461-04:00",
            "created_at": "2023-04-07T09:27:14.283677-04:00",
            "name": "Game Total Over 229.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a35bbc00-4475-449e-ab04-7dd2ad2a70dc/?format=api"
        }
    ]
}