GET /api/bet_types/c784ebe7-cb51-4bc5-a074-60781e68796e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c784ebe7-cb51-4bc5-a074-60781e68796e",
    "match": "https://api-prod.gambitprofit.com/api/matches/a0dd7145-3375-423c-ab3e-c4d17a082503/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-04T09:48:06.693307-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": "Carolina Hurricanes",
                "amount": 5784.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "ead017af-6098-41db-ad57-e288e5611100",
            "gambit_id": "8544c767-0a6b-4241-8d9f-8dc8dcdc73c6",
            "last_updated": "2023-12-05T21:18:20.752406-05:00",
            "created_at": "2023-12-04T09:48:06.698919-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c784ebe7-cb51-4bc5-a074-60781e68796e/?format=api"
        },
        {
            "id": "b5b975fb-755d-4c8e-9841-aa01727c09b5",
            "gambit_id": "93c79c8e-8b42-443b-92e6-276ad724289e",
            "last_updated": "2023-12-05T21:18:20.756102-05:00",
            "created_at": "2023-12-04T09:48:06.703793-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c784ebe7-cb51-4bc5-a074-60781e68796e/?format=api"
        }
    ]
}