GET /api/bet_types/3f4b4044-7097-4091-a367-1dbefa868b9a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f4b4044-7097-4091-a367-1dbefa868b9a",
    "match": "https://api-prod.gambitprofit.com/api/matches/f888c669-af34-405b-acf3-2860565d7f03/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-02T09:58:19.856180-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": "Houston Rockets",
                "amount": 5107.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "af2c1701-f8e1-4cc3-99f5-71bb2862b2c6",
            "gambit_id": "d8bc8b9b-7799-4555-bd8a-9dbb641de8cf",
            "last_updated": "2024-02-03T10:37:57.837474-05:00",
            "created_at": "2024-02-02T09:58:19.867140-05:00",
            "name": "Houston Rockets",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f4b4044-7097-4091-a367-1dbefa868b9a/?format=api"
        },
        {
            "id": "3cc44474-c3e1-498d-96c9-9a6e9629ba24",
            "gambit_id": "05c5f880-8666-4fa6-80e7-63930ca82b27",
            "last_updated": "2024-02-03T10:37:57.834348-05:00",
            "created_at": "2024-02-02T09:58:19.861549-05:00",
            "name": "Toronto Raptors",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f4b4044-7097-4091-a367-1dbefa868b9a/?format=api"
        }
    ]
}