GET /api/bet_types/e562cb95-c87e-41be-9b43-c77672961498/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e562cb95-c87e-41be-9b43-c77672961498",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c41d62f-64f7-4d03-a8fc-248778347992/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-30T09:58:14.907637-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": 5319.0
            },
            {
                "team": "Game Total Under 11",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "5bf59198-331e-4380-9853-78477f60d865",
            "gambit_id": "a8088ef2-cb9d-42f0-bc13-5b65362239e0",
            "last_updated": "2023-07-31T18:18:10.021202-04:00",
            "created_at": "2023-07-30T09:58:14.912421-04:00",
            "name": "Game Total Over 11",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e562cb95-c87e-41be-9b43-c77672961498/?format=api"
        },
        {
            "id": "fb3eb3f5-5299-4f2f-906e-f8aa7fd6f711",
            "gambit_id": "076e2bdf-986a-480e-8a6f-38604aac4a5c",
            "last_updated": "2023-07-31T18:18:10.027923-04:00",
            "created_at": "2023-07-30T09:58:14.917337-04:00",
            "name": "Game Total Under 11",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e562cb95-c87e-41be-9b43-c77672961498/?format=api"
        }
    ]
}