GET /api/bet_types/7e499c4a-2fca-4ee1-bfe5-b03ac95387c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e499c4a-2fca-4ee1-bfe5-b03ac95387c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/1719d1e0-4f72-41ed-8708-0c6623231c89/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-05T08:33:05.833066-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": "Chicago Blackhawks",
                "amount": 5515.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": -126.35,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "2750f4df-edc8-4fc8-ba05-fa5e2bcf3731",
            "gambit_id": "8130925d-8c2a-4d3a-b07d-6a1f57d2d978",
            "last_updated": "2023-11-06T21:23:15.695796-05:00",
            "created_at": "2023-11-05T08:33:05.842914-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e499c4a-2fca-4ee1-bfe5-b03ac95387c4/?format=api"
        },
        {
            "id": "d186f59f-f711-4a7c-91ee-66f0d76f42e4",
            "gambit_id": "97e978c0-9274-485f-8ef5-68ba4ea02da0",
            "last_updated": "2023-11-06T21:23:15.692471-05:00",
            "created_at": "2023-11-05T08:33:05.837928-05:00",
            "name": "New Jersey Devils",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e499c4a-2fca-4ee1-bfe5-b03ac95387c4/?format=api"
        }
    ]
}