GET /api/bet_types/8d606b1f-09f7-4c8e-94a1-19aef9878cb7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d606b1f-09f7-4c8e-94a1-19aef9878cb7",
    "match": "https://api-prod.gambitprofit.com/api/matches/57234f20-01b7-4877-ac2e-9cd389422ff8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-30T10:28:06.362104-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": 5317.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "bd650334-19c1-40fb-9506-e2d747dcb080",
            "gambit_id": "2633dced-1c76-4de1-8886-652a03fbce46",
            "last_updated": "2023-12-01T19:13:08.221573-05:00",
            "created_at": "2023-11-30T10:28:06.370764-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d606b1f-09f7-4c8e-94a1-19aef9878cb7/?format=api"
        },
        {
            "id": "93e15df1-f7af-46c4-9fe7-9d1ca6b19fb2",
            "gambit_id": "054514c9-bb33-4da7-9561-f9e1576dddb2",
            "last_updated": "2023-12-01T19:13:08.218359-05:00",
            "created_at": "2023-11-30T10:28:06.365737-05:00",
            "name": "Game Total Over 6.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d606b1f-09f7-4c8e-94a1-19aef9878cb7/?format=api"
        }
    ]
}