GET /api/bet_types/8fb6dab2-1966-494d-8715-b7846271f9e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8fb6dab2-1966-494d-8715-b7846271f9e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0908208-24dc-4b8c-b71d-afa53459e83d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-10T08:46:51.573384-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": "Florida Panthers",
                "amount": 7828.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 2172.0
            }
        ],
        "expected_reward_tokens": 9469.92,
        "profit_sb": -30.08,
        "profit_sb_percentage": -0.32,
        "recommended": false
    },
    "lines": [
        {
            "id": "1715789b-aebf-4402-b6ac-ae3c3a1c14d3",
            "gambit_id": "1485bb16-171a-48c5-b452-b3a03d4cb008",
            "last_updated": "2023-03-11T11:17:15.369597-05:00",
            "created_at": "2023-03-10T08:46:51.574664-05:00",
            "name": "Florida Panthers",
            "reward": "1.21000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fb6dab2-1966-494d-8715-b7846271f9e6/?format=api"
        },
        {
            "id": "c8f1ab7a-172f-4fdd-a545-9ddff15de2bd",
            "gambit_id": "6bb5d115-3063-4001-b137-5c9f2ffb2618",
            "last_updated": "2023-03-11T11:17:15.370726-05:00",
            "created_at": "2023-03-10T08:46:51.576000-05:00",
            "name": "Chicago Blackhawks",
            "reward": "4.36000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fb6dab2-1966-494d-8715-b7846271f9e6/?format=api"
        }
    ]
}