GET /api/bet_types/5e752a2b-47c3-435b-82ae-cb54286aa615/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e752a2b-47c3-435b-82ae-cb54286aa615",
    "match": "https://api-prod.gambitprofit.com/api/matches/1dc933a7-bd63-4ded-85ec-1161260ebd1c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-16T09:28:11.558030-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": "Kansas City Chiefs",
                "amount": 5214.0
            },
            {
                "team": "Philadelphia Eagles",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "1fb9a13c-e924-4195-af4c-86e968b23508",
            "gambit_id": "b072bf23-0e9a-46ad-bfdd-2d2ef46157d5",
            "last_updated": "2023-11-21T10:38:02.913253-05:00",
            "created_at": "2023-11-16T09:28:11.577257-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e752a2b-47c3-435b-82ae-cb54286aa615/?format=api"
        },
        {
            "id": "1a1f40bd-9513-4399-b8f9-3d540a68bf1c",
            "gambit_id": "beeeee25-26ea-4813-bf69-11d2f8eab845",
            "last_updated": "2023-11-21T10:38:02.895464-05:00",
            "created_at": "2023-11-16T09:28:11.570307-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e752a2b-47c3-435b-82ae-cb54286aa615/?format=api"
        }
    ]
}