GET /api/bet_types/a39dce54-07ad-4484-a9bf-d1af3b982843/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a39dce54-07ad-4484-a9bf-d1af3b982843",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d0ab29d-4a65-4ab2-96de-e6645aaff0a2/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-30T08:58:08.666033-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": "San Jose Sharks",
                "amount": 5319.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "ee0f1022-1d65-4ba5-b8fd-185272cffe75",
            "gambit_id": "2594afaf-3165-44ef-8cd5-5ab93200b0bd",
            "last_updated": "2024-01-31T22:18:13.060890-05:00",
            "created_at": "2024-01-30T08:58:08.675252-05:00",
            "name": "San Jose Sharks",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a39dce54-07ad-4484-a9bf-d1af3b982843/?format=api"
        },
        {
            "id": "35652e9d-a3ca-4eba-aab1-b3a5f5ff5841",
            "gambit_id": "a384a246-68e8-4c54-9cfe-239968a273da",
            "last_updated": "2024-01-31T22:18:13.057444-05:00",
            "created_at": "2024-01-30T08:58:08.670882-05:00",
            "name": "Seattle Kraken",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a39dce54-07ad-4484-a9bf-d1af3b982843/?format=api"
        }
    ]
}