GET /api/bet_types/bbfd8e5f-ff0d-4a86-850e-21c40c39c223/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bbfd8e5f-ff0d-4a86-850e-21c40c39c223",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e66d5e0-a0a9-4241-964a-1b5459c9bfa4/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "NYY",
                "amount": 5096.0
            },
            {
                "team": "LAA",
                "amount": 4904.0
            }
        ],
        "expected_reward_tokens": 9070.88,
        "profit_sb": 70.88,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "4c1858d6-56b3-42d9-ab12-7e6bc9358da6",
            "gambit_id": "0f310d3f-a7c9-484a-8d7d-8131a2c7eded",
            "last_updated": "2022-09-01T10:37:03.995950-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbfd8e5f-ff0d-4a86-850e-21c40c39c223/?format=api"
        },
        {
            "id": "2f1c5417-0e93-4d67-a17b-d08b68c1f94b",
            "gambit_id": "52f3af34-0ee0-4724-a043-4fa69ffcce95",
            "last_updated": "2022-09-01T10:37:03.995582-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbfd8e5f-ff0d-4a86-850e-21c40c39c223/?format=api"
        }
    ]
}