GET /api/bet_types/1fa8900f-e1fb-47f4-9e52-c681615506b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1fa8900f-e1fb-47f4-9e52-c681615506b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/be5c82ce-8448-4c4c-a3c7-2896d89ce998/?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 Under 6.5",
                "amount": 5304.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "c3065fea-0811-4fab-85aa-99ab14a9943b",
            "gambit_id": "fa337091-92ea-4897-953e-ef323577d633",
            "last_updated": "2022-11-16T09:47:39.058113-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fa8900f-e1fb-47f4-9e52-c681615506b4/?format=api"
        },
        {
            "id": "80065c8c-28a6-43ff-bca1-d202004b1a9c",
            "gambit_id": "6d4b548f-bb0e-43f7-b018-9f7d618faf41",
            "last_updated": "2022-11-16T09:47:39.059132-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fa8900f-e1fb-47f4-9e52-c681615506b4/?format=api"
        }
    ]
}