GET /api/bet_types/c5bc534c-2c20-4c4c-9df1-24f396348f33/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5bc534c-2c20-4c4c-9df1-24f396348f33",
    "match": "https://api-prod.gambitprofit.com/api/matches/b15f49c9-9aa5-465d-bf18-a07937b87a03/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-26T09:23:24.088168-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": "WAS",
                "amount": 5213.0
            },
            {
                "team": "MIA",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "07d0b8d0-db9a-441b-ac6d-5c6197b720a0",
            "gambit_id": "64bda6bc-452c-4913-8699-c2bce8dbedec",
            "last_updated": "2023-08-28T16:23:34.110123-04:00",
            "created_at": "2023-08-26T09:23:24.091869-04:00",
            "name": "WAS",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5bc534c-2c20-4c4c-9df1-24f396348f33/?format=api"
        },
        {
            "id": "71415fe3-23f4-4d89-83df-b5aed58f6e9b",
            "gambit_id": "4f0f3027-2ffe-4fc5-8e0e-af23581ac19f",
            "last_updated": "2023-08-28T16:23:34.113800-04:00",
            "created_at": "2023-08-26T09:23:24.095720-04:00",
            "name": "MIA",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5bc534c-2c20-4c4c-9df1-24f396348f33/?format=api"
        }
    ]
}