GET /api/bet_types/895b4e5f-562b-4b3b-94da-4351f5d09dcb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "895b4e5f-562b-4b3b-94da-4351f5d09dcb",
    "match": "https://api-prod.gambitprofit.com/api/matches/25999338-0b14-49dc-a685-a26cc89d03c1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-30T08:23:06.189752-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 11",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 11",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b5c35f4e-dcc6-4fdf-b3bc-af84b9b1fe6e",
            "gambit_id": "2ba17b91-d11f-499b-aa87-a5b27dcf209d",
            "last_updated": "2023-07-02T11:03:47.534198-04:00",
            "created_at": "2023-06-30T08:23:06.191244-04:00",
            "name": "Game Total Over 11",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/895b4e5f-562b-4b3b-94da-4351f5d09dcb/?format=api"
        },
        {
            "id": "bb31063d-5a25-4199-8ed4-b979eedf2a6a",
            "gambit_id": "fd6c1b96-3efe-4a04-8297-20916cde1ec7",
            "last_updated": "2023-07-02T11:03:47.535866-04:00",
            "created_at": "2023-06-30T08:23:06.192780-04:00",
            "name": "Game Total Under 11",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/895b4e5f-562b-4b3b-94da-4351f5d09dcb/?format=api"
        }
    ]
}