GET /api/bet_types/da586b9f-4c1e-47e7-b58b-35f530a070c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "da586b9f-4c1e-47e7-b58b-35f530a070c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/326196b6-0b32-45ab-ac12-43467c9de690/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-19T10:03:04.815106-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": "Philadelphia Flyers",
                "amount": 6010.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "fb586c95-b897-4aa5-9f41-60e27b595d00",
            "gambit_id": "28acc22a-f041-48a1-a7bf-fb5d5cdfb53b",
            "last_updated": "2023-11-21T09:13:07.278065-05:00",
            "created_at": "2023-11-19T10:03:04.824233-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da586b9f-4c1e-47e7-b58b-35f530a070c1/?format=api"
        },
        {
            "id": "37849452-5a9f-413e-a4ec-62ba7cabc905",
            "gambit_id": "4352449b-8a55-4451-8d88-64dd4e55d5b1",
            "last_updated": "2023-11-21T09:13:07.274660-05:00",
            "created_at": "2023-11-19T10:03:04.820125-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da586b9f-4c1e-47e7-b58b-35f530a070c1/?format=api"
        }
    ]
}