GET /api/bet_types/c51d68c5-a7a9-4f0e-9fd7-6cde04110517/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c51d68c5-a7a9-4f0e-9fd7-6cde04110517",
    "match": "https://api-prod.gambitprofit.com/api/matches/37a064e3-2761-4700-9b8e-f4cc3149a8ea/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-18T08:43:15.230470-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "df5b1f53-9cda-4973-adef-93a4170a9c8f",
            "gambit_id": "7e69460f-941f-472d-aebd-fcd8fd55415b",
            "last_updated": "2023-08-25T21:38:08.426893-04:00",
            "created_at": "2023-08-18T08:43:15.233838-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c51d68c5-a7a9-4f0e-9fd7-6cde04110517/?format=api"
        },
        {
            "id": "4760fb03-e8ed-4a54-b703-7ac6ed40878b",
            "gambit_id": "aaa4404c-7028-4b55-b5e7-02afae588e95",
            "last_updated": "2023-08-25T21:38:08.431256-04:00",
            "created_at": "2023-08-18T08:43:15.238589-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c51d68c5-a7a9-4f0e-9fd7-6cde04110517/?format=api"
        }
    ]
}