GET /api/bet_types/43f5f727-21ff-4d26-a206-1782b3e12563/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43f5f727-21ff-4d26-a206-1782b3e12563",
    "match": "https://api-prod.gambitprofit.com/api/matches/f119057f-d399-46db-a160-18f04cf4e3a6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-28T13:38:17.376748-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": "San Francisco Giants",
                "amount": 6399.0
            },
            {
                "team": "Toronto Blue Jays",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "d05bc387-bfd6-4026-855b-a74cec847d85",
            "gambit_id": "9f4d2441-6aa0-4c64-9c01-75991279ec92",
            "last_updated": "2023-06-29T17:58:31.066402-04:00",
            "created_at": "2023-06-28T13:38:17.379085-04:00",
            "name": "San Francisco Giants",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43f5f727-21ff-4d26-a206-1782b3e12563/?format=api"
        },
        {
            "id": "2bd03145-f550-47e1-a78a-8f3a4a18d2af",
            "gambit_id": "7c720118-d949-4b3a-946e-de1d83a23092",
            "last_updated": "2023-06-29T17:58:31.067669-04:00",
            "created_at": "2023-06-28T13:38:17.381159-04:00",
            "name": "Toronto Blue Jays",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43f5f727-21ff-4d26-a206-1782b3e12563/?format=api"
        }
    ]
}