GET /api/bet_types/4fe60ab2-03ac-4286-bc39-98fc2791aab5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4fe60ab2-03ac-4286-bc39-98fc2791aab5",
    "match": "https://api-prod.gambitprofit.com/api/matches/6abb9ddd-6f8b-4fad-a2ed-e9c54c728aa5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-20T09:48:10.428721-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "40bf4652-5b76-4524-a1b6-7370f88d541f",
            "gambit_id": "22228523-44a0-4137-ab20-d1dec9af2bbf",
            "last_updated": "2023-11-21T14:23:20.437017-05:00",
            "created_at": "2023-11-20T09:48:10.461446-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fe60ab2-03ac-4286-bc39-98fc2791aab5/?format=api"
        },
        {
            "id": "773acb9e-669c-40c0-9a07-1f9387b65437",
            "gambit_id": "554ec53f-f9c8-42a0-855b-a3f8037a3d63",
            "last_updated": "2023-11-21T14:23:20.429111-05:00",
            "created_at": "2023-11-20T09:48:10.443797-05:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fe60ab2-03ac-4286-bc39-98fc2791aab5/?format=api"
        }
    ]
}