GET /api/bet_types/7bde1a2e-4852-4ef8-b3de-f3adea2424ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7bde1a2e-4852-4ef8-b3de-f3adea2424ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/0cea869e-4337-47a5-aad8-33182a25531c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-18T09:16:51.785849-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 231.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 231.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "a0ab9a02-9ae2-4510-9246-ef451a12318c",
            "gambit_id": "32a40bb0-d305-46c8-95bd-5edab1f70580",
            "last_updated": "2023-01-19T09:32:10.391257-05:00",
            "created_at": "2023-01-18T09:16:51.788527-05:00",
            "name": "Game Total Over 231.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bde1a2e-4852-4ef8-b3de-f3adea2424ac/?format=api"
        },
        {
            "id": "87a79a68-e3b2-4c2e-a2a7-2102d3f6f9f2",
            "gambit_id": "0a345fc5-e058-48f6-b97b-9969dad6eb63",
            "last_updated": "2023-01-19T09:32:10.390142-05:00",
            "created_at": "2023-01-18T09:16:51.787095-05:00",
            "name": "Game Total Under 231.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bde1a2e-4852-4ef8-b3de-f3adea2424ac/?format=api"
        }
    ]
}