GET /api/bet_types/b4ac19e6-7ca9-431b-9a7d-36f815edf0ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4ac19e6-7ca9-431b-9a7d-36f815edf0ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e6dba37-dc14-4a0f-b4f2-06d482fa0399/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-22T08:43:05.719357-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": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ed4b2eb4-3f35-411e-86de-e571b7135793",
            "gambit_id": "8d9dbcf9-f695-4244-9446-da36d37f5507",
            "last_updated": "2024-01-23T20:03:14.313150-05:00",
            "created_at": "2024-01-22T08:43:05.723738-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4ac19e6-7ca9-431b-9a7d-36f815edf0ad/?format=api"
        },
        {
            "id": "9cbf8c47-ff1e-4e46-97dd-42ff7c46731b",
            "gambit_id": "5ad3dd90-bae2-4693-afaf-5b0f8ee18365",
            "last_updated": "2024-01-23T20:03:14.317748-05:00",
            "created_at": "2024-01-22T08:43:05.731811-05:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4ac19e6-7ca9-431b-9a7d-36f815edf0ad/?format=api"
        }
    ]
}