GET /api/bet_types/20cf2cf2-ebdf-4fb6-adb9-3ec44159eafa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20cf2cf2-ebdf-4fb6-adb9-3ec44159eafa",
    "match": "https://api-prod.gambitprofit.com/api/matches/cb46534f-69a7-4924-881b-a589b8f63b22/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-04T09:18:25.178942-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": "Vegas Golden Knights",
                "amount": 6752.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3248.0
            }
        ],
        "expected_reward_tokens": 9451.68,
        "profit_sb": -48.32,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "6533a3d9-b505-47e9-9a65-7f225b8d785b",
            "gambit_id": "764a44eb-0ea4-4545-9980-8edea5bda783",
            "last_updated": "2024-01-05T22:58:04.191015-05:00",
            "created_at": "2024-01-04T09:18:25.186668-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20cf2cf2-ebdf-4fb6-adb9-3ec44159eafa/?format=api"
        },
        {
            "id": "fcaa0539-a696-4415-aef6-f7c2e980ba6a",
            "gambit_id": "89f1c0e3-10b8-4ce1-9923-99122b31ee82",
            "last_updated": "2024-01-05T22:58:04.187515-05:00",
            "created_at": "2024-01-04T09:18:25.182781-05:00",
            "name": "Florida Panthers",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20cf2cf2-ebdf-4fb6-adb9-3ec44159eafa/?format=api"
        }
    ]
}