GET /api/bet_types/0846c89d-b8b5-4f23-9475-ef9da675feb3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0846c89d-b8b5-4f23-9475-ef9da675feb3",
    "match": "https://api-prod.gambitprofit.com/api/matches/969f2a21-8746-4045-be6b-2ff384581c3b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-17T09:27:12.589988-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 221.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 221.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "91cfa387-13fb-4096-8ac9-d5e1ebd97a43",
            "gambit_id": "bf44e6af-da73-40a3-b1b7-d8d530099a4f",
            "last_updated": "2023-01-18T09:26:57.569319-05:00",
            "created_at": "2023-01-17T09:27:12.592606-05:00",
            "name": "Game Total Over 221.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0846c89d-b8b5-4f23-9475-ef9da675feb3/?format=api"
        },
        {
            "id": "a7502acb-af00-4db5-bb4d-941969c75143",
            "gambit_id": "edc44442-e04a-41ba-a1a2-12a633bef909",
            "last_updated": "2023-01-18T09:26:57.568233-05:00",
            "created_at": "2023-01-17T09:27:12.591238-05:00",
            "name": "Game Total Under 221.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0846c89d-b8b5-4f23-9475-ef9da675feb3/?format=api"
        }
    ]
}