GET /api/bet_types/1c46f440-c4a7-41a5-a5b1-3f24a137e208/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c46f440-c4a7-41a5-a5b1-3f24a137e208",
    "match": "https://api-prod.gambitprofit.com/api/matches/520f8c80-4b25-4e0d-aca9-e1cc269683a1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-23T09:12:59.152616-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": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "213dcc4b-abc1-41ab-9331-03c12debb14e",
            "gambit_id": "e7713efe-0f6f-40b1-9274-41c3a5cc2e51",
            "last_updated": "2023-12-26T15:33:14.370364-05:00",
            "created_at": "2023-12-23T09:12:59.160340-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c46f440-c4a7-41a5-a5b1-3f24a137e208/?format=api"
        },
        {
            "id": "6dd76fa0-822e-4efc-ab7b-0e7b6255f434",
            "gambit_id": "b7572dbd-5f4a-43dd-9892-b5f1252667f6",
            "last_updated": "2023-12-26T15:33:14.367210-05:00",
            "created_at": "2023-12-23T09:12:59.156012-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c46f440-c4a7-41a5-a5b1-3f24a137e208/?format=api"
        }
    ]
}