GET /api/bet_types/982b9557-083e-4a63-b380-85f292aef1c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "982b9557-083e-4a63-b380-85f292aef1c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa87712a-6073-42d3-9aaf-5c5fabb0e702/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-06T09:08:09.060468-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": "Vancouver Canucks",
                "amount": 6324.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "3d18121d-8b40-4b3d-ab3d-ff62a767e8f4",
            "gambit_id": "b20e67cb-714f-4f3a-a826-5832e5c35c80",
            "last_updated": "2024-02-07T01:53:01.096402-05:00",
            "created_at": "2024-02-06T09:08:09.064557-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/982b9557-083e-4a63-b380-85f292aef1c5/?format=api"
        },
        {
            "id": "33e1eaa8-5f8f-40af-9c2d-10a440425f80",
            "gambit_id": "da0da69f-2821-4aa5-a4ff-00e5f614bb17",
            "last_updated": "2024-02-07T01:53:01.100203-05:00",
            "created_at": "2024-02-06T09:08:09.069553-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/982b9557-083e-4a63-b380-85f292aef1c5/?format=api"
        }
    ]
}