GET /api/bet_types/85df0fa1-e9ee-44b9-84e3-0ac24574608e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85df0fa1-e9ee-44b9-84e3-0ac24574608e",
    "match": "https://api-prod.gambitprofit.com/api/matches/49778822-51fe-40c9-953e-aab39434d9c7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-22T09:01:56.758278-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "64c03eb1-8925-451d-9e92-dd0a0b98162f",
            "gambit_id": "823880df-2ded-4bdb-9392-6bfbccf28391",
            "last_updated": "2023-01-23T14:06:51.032643-05:00",
            "created_at": "2023-01-22T09:01:56.759479-05:00",
            "name": "Phoenix Suns",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85df0fa1-e9ee-44b9-84e3-0ac24574608e/?format=api"
        },
        {
            "id": "292084d1-5184-48f7-881e-0bd5d7b76da0",
            "gambit_id": "29d595ae-0603-48eb-808c-d764b07b364a",
            "last_updated": "2023-01-23T14:06:51.033783-05:00",
            "created_at": "2023-01-22T09:01:56.760780-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85df0fa1-e9ee-44b9-84e3-0ac24574608e/?format=api"
        }
    ]
}