GET /api/bet_types/1d2476bb-694f-4ddc-9de2-d399da9e2659/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d2476bb-694f-4ddc-9de2-d399da9e2659",
    "match": "https://api-prod.gambitprofit.com/api/matches/5580cf94-79b3-4190-84aa-0dc253129653/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-05T10:57:15.611378-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": "Florida Panthers",
                "amount": 6651.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3349.0
            }
        ],
        "expected_reward_tokens": 9444.18,
        "profit_sb": -55.82,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "e969876b-f989-4232-bc7f-6187d1ad8c5c",
            "gambit_id": "06a5bf82-cde4-4e5f-abb7-2931f98ac25f",
            "last_updated": "2023-06-06T16:06:50.934837-04:00",
            "created_at": "2023-06-05T10:57:15.614279-04:00",
            "name": "Florida Panthers",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d2476bb-694f-4ddc-9de2-d399da9e2659/?format=api"
        },
        {
            "id": "6268c484-f771-4ec0-ba6c-559a703e0a5f",
            "gambit_id": "fe3fb3b8-afe3-454b-bd4b-4525436a1c6d",
            "last_updated": "2023-06-06T16:06:50.937218-04:00",
            "created_at": "2023-06-05T10:57:15.616953-04:00",
            "name": "Vegas Golden Knights",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d2476bb-694f-4ddc-9de2-d399da9e2659/?format=api"
        }
    ]
}