GET /api/bet_types/b25534e1-b316-4bc9-aa04-4bcae6088d53/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b25534e1-b316-4bc9-aa04-4bcae6088d53",
    "match": "https://api-prod.gambitprofit.com/api/matches/77dcc825-8325-4a9c-b64d-1f3c131987b4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-16T12:17:23.914634-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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "6dfd2c9b-85b4-42b2-a8b5-9e26e0a2f48c",
            "gambit_id": "f71bc107-410d-47b9-baaf-2c925d195553",
            "last_updated": "2023-04-18T12:12:07.709956-04:00",
            "created_at": "2023-04-16T12:17:23.917590-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b25534e1-b316-4bc9-aa04-4bcae6088d53/?format=api"
        },
        {
            "id": "00f3f73d-c6ca-46b5-badf-cafdc3e715c8",
            "gambit_id": "d528fb51-76e3-4b91-8143-438267f04aa1",
            "last_updated": "2023-04-18T12:12:07.711620-04:00",
            "created_at": "2023-04-16T12:17:23.921274-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b25534e1-b316-4bc9-aa04-4bcae6088d53/?format=api"
        }
    ]
}