GET /api/bet_types/033aa569-fea9-4381-a544-39eead76224e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "033aa569-fea9-4381-a544-39eead76224e",
    "match": "https://api-prod.gambitprofit.com/api/matches/34f9cd6a-21ea-4081-8c0b-80d596398b4e/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Arizona Coyotes",
                "amount": 5492.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "043b1c6b-f316-4c6e-9696-682535470c0f",
            "gambit_id": "4550200b-689f-49b6-b679-82628109f0c5",
            "last_updated": "2022-12-05T11:22:14.152759-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/033aa569-fea9-4381-a544-39eead76224e/?format=api"
        },
        {
            "id": "fb15f339-464f-4aae-a4d4-548ca6ebb14f",
            "gambit_id": "92c09d15-ce30-4e91-a571-e38c86e5cb1a",
            "last_updated": "2022-12-05T11:22:14.151763-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/033aa569-fea9-4381-a544-39eead76224e/?format=api"
        }
    ]
}