GET /api/bet_types/b4e353cd-66da-47d3-b61e-478ccb2ba8cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4e353cd-66da-47d3-b61e-478ccb2ba8cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ab3f3dc-55ed-430c-8265-0bf43de42095/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-10T11:22:00.182501-04: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 5.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 5.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "34255d5d-7a90-4a7c-b29f-08ca2721b2e7",
            "gambit_id": "9e189e2e-d434-4b79-a574-93db15da1a48",
            "last_updated": "2023-04-11T13:52:11.001896-04:00",
            "created_at": "2023-04-10T11:22:00.184333-04:00",
            "name": "Game Total Under 5.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4e353cd-66da-47d3-b61e-478ccb2ba8cd/?format=api"
        },
        {
            "id": "7c93f493-9cb6-4a24-9891-ba20c00a25a1",
            "gambit_id": "66f89e1c-dec1-4743-9c06-df0b10f13690",
            "last_updated": "2023-04-11T13:52:11.004828-04:00",
            "created_at": "2023-04-10T11:22:00.186046-04:00",
            "name": "Game Total Over 5.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4e353cd-66da-47d3-b61e-478ccb2ba8cd/?format=api"
        }
    ]
}