GET /api/bet_types/709ac009-34cc-4a15-a7a7-6e5ade760b7c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "709ac009-34cc-4a15-a7a7-6e5ade760b7c",
    "match": "https://api-prod.gambitprofit.com/api/matches/dad1e959-05ff-4545-b5a7-3e21c8b00868/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-27T09:18:14.028826-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": "New York Islanders",
                "amount": 6554.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "3c4636a2-7b58-40b8-a13f-67d1d7384160",
            "gambit_id": "29715d4b-7222-4150-b6e1-c88d930a956f",
            "last_updated": "2024-01-29T21:53:10.149267-05:00",
            "created_at": "2024-01-27T09:18:14.039351-05:00",
            "name": "New York Islanders",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/709ac009-34cc-4a15-a7a7-6e5ade760b7c/?format=api"
        },
        {
            "id": "2b1d62c8-e4af-4c15-b08f-a1865fcd20bc",
            "gambit_id": "d1837ec2-3d5f-46a0-bd56-05b118da6592",
            "last_updated": "2024-01-29T21:53:10.145706-05:00",
            "created_at": "2024-01-27T09:18:14.033295-05:00",
            "name": "Florida Panthers",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/709ac009-34cc-4a15-a7a7-6e5ade760b7c/?format=api"
        }
    ]
}