GET /api/bet_types/9b3c4b2e-dc1d-46a6-b1bb-5a4bac264513/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b3c4b2e-dc1d-46a6-b1bb-5a4bac264513",
    "match": "https://api-prod.gambitprofit.com/api/matches/f63037c6-3327-4741-a658-32959c5f152a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-28T15:32:14.468573-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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "27ec299d-14c7-4b02-b340-22abfbb77c7f",
            "gambit_id": "c4268664-be1a-4110-8f2c-a65458c5715e",
            "last_updated": "2023-01-30T17:46:58.394463-05:00",
            "created_at": "2023-01-28T15:32:14.469794-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b3c4b2e-dc1d-46a6-b1bb-5a4bac264513/?format=api"
        },
        {
            "id": "a1e638fe-0a6d-42f5-9331-bb538f21e0ee",
            "gambit_id": "7c82b724-dd77-4ea5-b83e-f324c29f12af",
            "last_updated": "2023-01-30T17:46:58.395636-05:00",
            "created_at": "2023-01-28T15:32:14.471112-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b3c4b2e-dc1d-46a6-b1bb-5a4bac264513/?format=api"
        }
    ]
}