GET /api/bet_types/ac4618a3-24ed-4cfa-816b-daf8a2ec77ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac4618a3-24ed-4cfa-816b-daf8a2ec77ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/94f36ec7-9f56-4350-b3d2-e07b5253f107/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05: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 6.5",
                "amount": 5304.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "6a9f2882-ec50-4ebd-8b8b-2edb3eb2cea3",
            "gambit_id": "82d4f313-0283-403a-88f3-767d51558a3f",
            "last_updated": "2022-11-03T09:48:18.641850-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac4618a3-24ed-4cfa-816b-daf8a2ec77ae/?format=api"
        },
        {
            "id": "fe84448a-2b05-49d3-9842-6ba9d2964504",
            "gambit_id": "402cc8fb-8a2d-4229-8f38-524f52335b51",
            "last_updated": "2022-11-03T09:48:18.640763-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac4618a3-24ed-4cfa-816b-daf8a2ec77ae/?format=api"
        }
    ]
}