GET /api/bet_types/a0ff23ca-bb46-4a10-a199-c91528fdad17/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0ff23ca-bb46-4a10-a199-c91528fdad17",
    "match": "https://api-prod.gambitprofit.com/api/matches/661e402f-56cc-4041-aa57-449f6e608d55/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "MIA",
                "amount": 6359.0
            },
            {
                "team": "PHI",
                "amount": 3641.0
            }
        ],
        "expected_reward_tokens": 9284.14,
        "profit_sb": 284.14,
        "profit_sb_percentage": 3.16,
        "recommended": true
    },
    "lines": [
        {
            "id": "fd4ff7fc-27f0-4425-ae3f-d8523ea771ad",
            "gambit_id": "d18e3f30-abd3-441e-814f-7332972a2374",
            "last_updated": "2022-08-11T09:42:08.458500-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "1.46000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0ff23ca-bb46-4a10-a199-c91528fdad17/?format=api"
        },
        {
            "id": "2962bd9c-033c-4f25-af5a-ef026a956563",
            "gambit_id": "f3553f4c-c141-48f0-8be0-dab238fe78ee",
            "last_updated": "2022-08-11T09:42:08.458103-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "2.55000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0ff23ca-bb46-4a10-a199-c91528fdad17/?format=api"
        }
    ]
}