GET /api/bet_types/dc031136-4d06-4080-89b6-c1bb7eb16258/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc031136-4d06-4080-89b6-c1bb7eb16258",
    "match": "https://api-prod.gambitprofit.com/api/matches/2cb29ddd-48f1-44b5-bf81-4276e99edf9a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-14T09:37:10.901152-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": "Denver Nuggets",
                "amount": 5317.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "7bf889ee-b751-44d6-9406-6ccf149d6106",
            "gambit_id": "87fba5e9-c6b8-4cff-923c-6b4babaf3ecd",
            "last_updated": "2023-03-15T10:07:09.956655-04:00",
            "created_at": "2023-03-14T09:37:10.903918-04:00",
            "name": "Denver Nuggets",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc031136-4d06-4080-89b6-c1bb7eb16258/?format=api"
        },
        {
            "id": "1f8d5d07-957a-4ce3-8ac4-01ffe61b3336",
            "gambit_id": "b8b4a292-f93d-4b74-8d1d-e4fd07f828e5",
            "last_updated": "2023-03-15T10:07:09.954991-04:00",
            "created_at": "2023-03-14T09:37:10.902469-04:00",
            "name": "Toronto Raptors",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc031136-4d06-4080-89b6-c1bb7eb16258/?format=api"
        }
    ]
}