GET /api/bet_types/d47361b5-d2ef-4533-941b-6fb75050be57/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d47361b5-d2ef-4533-941b-6fb75050be57",
    "match": "https://api-prod.gambitprofit.com/api/matches/e4e55b3b-7d9a-4111-95be-92631d1b1030/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-23T09:06:53.091543-04: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": "Winnipeg Jets",
                "amount": 7158.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 2842.0
            }
        ],
        "expected_reward_tokens": 9520.14,
        "profit_sb": 20.14,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "73445c5e-239b-4f31-9d60-033f8b6bf2a0",
            "gambit_id": "2de5d60e-1a45-4467-9dc4-bea59b0ccc24",
            "last_updated": "2023-03-24T10:46:53.079355-04:00",
            "created_at": "2023-03-23T09:06:53.094936-04:00",
            "name": "Winnipeg Jets",
            "reward": "1.33000",
            "odds": "1.34480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d47361b5-d2ef-4533-941b-6fb75050be57/?format=api"
        },
        {
            "id": "b3289387-2b2e-4d77-b07c-70374e7df434",
            "gambit_id": "9c38f199-eac4-4d8d-9068-238cd4cec7a4",
            "last_updated": "2023-03-24T10:46:53.076888-04:00",
            "created_at": "2023-03-23T09:06:53.093218-04:00",
            "name": "Anaheim Ducks",
            "reward": "3.35000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d47361b5-d2ef-4533-941b-6fb75050be57/?format=api"
        }
    ]
}