GET /api/bet_types/19c6721e-1d94-460c-a82e-6500ee43d5a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19c6721e-1d94-460c-a82e-6500ee43d5a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/eedd783c-e85f-43ac-95b3-b2fb5e2b5322/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-20T09:31:48.984456-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": "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": "1ce800d6-f936-4dff-9253-0a1af4292804",
            "gambit_id": "8b53b9e9-88a2-48b7-8863-fc9eb9b24ace",
            "last_updated": "2023-03-21T10:16:53.086494-04:00",
            "created_at": "2023-03-20T09:31:48.989434-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19c6721e-1d94-460c-a82e-6500ee43d5a5/?format=api"
        },
        {
            "id": "5e4b7559-f8c4-4ac3-b3dd-f50db29e8e12",
            "gambit_id": "d3c7333d-75ef-4a81-991c-0b1d112a7902",
            "last_updated": "2023-03-21T10:16:53.084065-04:00",
            "created_at": "2023-03-20T09:31:48.986952-04:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19c6721e-1d94-460c-a82e-6500ee43d5a5/?format=api"
        }
    ]
}