GET /api/bet_types/372fb1bc-4495-4895-9b7f-642702c612ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "372fb1bc-4495-4895-9b7f-642702c612ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/677f99ed-26e4-4b9f-a406-53b64c7751c6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-31T09:56:48.611002-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5dcf227f-7fe4-48f5-a93e-e396859d5038",
            "gambit_id": "bbbf66c5-d058-481a-b14d-b068a34255c9",
            "last_updated": "2023-04-01T10:17:09.094437-04:00",
            "created_at": "2023-03-31T09:56:48.613654-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/372fb1bc-4495-4895-9b7f-642702c612ef/?format=api"
        },
        {
            "id": "8fa86ce6-f490-4b3f-a231-0b94282b9d5d",
            "gambit_id": "4e875b7e-a785-4fcb-9226-81afafedb6ba",
            "last_updated": "2023-04-01T10:17:09.096124-04:00",
            "created_at": "2023-03-31T09:56:48.616564-04:00",
            "name": "Los Angeles Clippers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/372fb1bc-4495-4895-9b7f-642702c612ef/?format=api"
        }
    ]
}