GET /api/bet_types/a219d275-b8b8-4a21-9d8e-03833f153bcb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a219d275-b8b8-4a21-9d8e-03833f153bcb",
    "match": "https://api-prod.gambitprofit.com/api/matches/d57be718-8200-4c60-a295-063c4c0fb0cb/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Memphis Grizzlies",
                "amount": 5610.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 4390.0
            }
        ],
        "expected_reward_tokens": 9480.9,
        "profit_sb": -19.1,
        "profit_sb_percentage": -0.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "47753677-be4b-4ad0-8c23-3fc615165577",
            "gambit_id": "11a9e509-f084-445f-b80d-90cd8cb0d30c",
            "last_updated": "2022-10-28T09:22:00.531748-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a219d275-b8b8-4a21-9d8e-03833f153bcb/?format=api"
        },
        {
            "id": "ca1b1adf-ddaf-40e4-abe9-5eb4a15033bc",
            "gambit_id": "2cbe43ba-2671-461a-8e6c-8d89b2c942d5",
            "last_updated": "2022-10-28T09:22:00.530773-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "2.16000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a219d275-b8b8-4a21-9d8e-03833f153bcb/?format=api"
        }
    ]
}