GET /api/bet_types/93552908-a867-40fa-b9b7-1586136608ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "93552908-a867-40fa-b9b7-1586136608ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f2d0827-c73e-48c1-8fb8-18dec4aca495/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-28T09:32:07.380320-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "d4b7cdf7-16d4-4d08-98a3-57d1783197a0",
            "gambit_id": "47dcf98c-a0fd-40c9-bc69-e1a76110441f",
            "last_updated": "2022-12-30T18:47:01.208365-05:00",
            "created_at": "2022-12-28T09:32:07.382809-05:00",
            "name": "Miami Heat",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93552908-a867-40fa-b9b7-1586136608ec/?format=api"
        },
        {
            "id": "3690b529-3a67-42fd-808a-d1ec13aed921",
            "gambit_id": "584ae1f6-c4b2-48e2-bcaa-ba4e6be1b91b",
            "last_updated": "2022-12-30T18:47:01.207292-05:00",
            "created_at": "2022-12-28T09:32:07.381553-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93552908-a867-40fa-b9b7-1586136608ec/?format=api"
        }
    ]
}