GET /api/bet_types/7bc51d79-a315-4c0d-b447-44a794cea177/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7bc51d79-a315-4c0d-b447-44a794cea177",
    "match": "https://api-prod.gambitprofit.com/api/matches/61024cc8-0f2e-40f8-bc7e-189667f058de/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-25T14:21:57.483404-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a37a2f6a-deec-4342-a895-290f33f4f2bf",
            "gambit_id": "cfbb45b1-40ba-4fdc-8f29-e55bceb0184a",
            "last_updated": "2023-04-26T20:37:16.377227-04:00",
            "created_at": "2023-04-25T14:21:57.485834-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bc51d79-a315-4c0d-b447-44a794cea177/?format=api"
        },
        {
            "id": "e1cc168e-b467-4113-ae65-b43f89b6fdee",
            "gambit_id": "43646904-79e5-4db2-9032-b72eff0b7cbb",
            "last_updated": "2023-04-26T20:37:16.379090-04:00",
            "created_at": "2023-04-25T14:21:57.488053-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bc51d79-a315-4c0d-b447-44a794cea177/?format=api"
        }
    ]
}