GET /api/bet_types/e39e73ac-48a7-4b4d-a577-ccf8714381f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e39e73ac-48a7-4b4d-a577-ccf8714381f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/ded9a1cf-809e-46bb-bb18-e4e2c5377892/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-25T11:42:04.954021-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 Over 7",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "5d70633b-3125-48b3-9971-e6508b292370",
            "gambit_id": "22f3f1b0-32f9-4b08-a98b-740d4e93424b",
            "last_updated": "2023-04-26T20:32:13.134408-04:00",
            "created_at": "2023-04-25T11:42:04.958135-04:00",
            "name": "Game Total Over 7",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e39e73ac-48a7-4b4d-a577-ccf8714381f9/?format=api"
        },
        {
            "id": "ec617746-20a1-41fa-8728-d349dce0053d",
            "gambit_id": "12f2e66e-4ea5-49cc-a44d-5baae8c990f2",
            "last_updated": "2023-04-26T20:32:13.132835-04:00",
            "created_at": "2023-04-25T11:42:04.955949-04:00",
            "name": "Game Total Under 7",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e39e73ac-48a7-4b4d-a577-ccf8714381f9/?format=api"
        }
    ]
}