GET /api/bet_types/21bf9704-6399-49d2-ad56-5c0a7f59bc1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21bf9704-6399-49d2-ad56-5c0a7f59bc1f",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3ad1813-d0f7-499d-9895-8fabbeb67721/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-20T05:38:15.211141-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": "Winnipeg Jets",
                "amount": 5688.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "3f9010f6-e5a9-4a94-a209-e5c647be0607",
            "gambit_id": "70028676-55bb-46dd-8b71-82dc90612692",
            "last_updated": "2024-01-23T20:28:16.877619-05:00",
            "created_at": "2024-01-20T05:38:15.216163-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21bf9704-6399-49d2-ad56-5c0a7f59bc1f/?format=api"
        },
        {
            "id": "fec12042-9636-435c-9b5e-11aebeac319c",
            "gambit_id": "b1a617b7-4779-423d-bd3a-65ddbb6ab8a7",
            "last_updated": "2024-01-23T20:28:16.881601-05:00",
            "created_at": "2024-01-20T05:38:15.221173-05:00",
            "name": "Ottawa Senators",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21bf9704-6399-49d2-ad56-5c0a7f59bc1f/?format=api"
        }
    ]
}