GET /api/bet_types/6051c66d-ff63-4b1e-97e3-b0a7d2f409f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6051c66d-ff63-4b1e-97e3-b0a7d2f409f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/36e7b812-a47c-4db9-a920-cb376ca320e7/?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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "c4753f24-587b-4a10-a0c6-1d9286a3c235",
            "gambit_id": "bc507d8e-9877-4027-a176-3e3c98c3e567",
            "last_updated": "2022-10-29T19:07:21.544608-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6051c66d-ff63-4b1e-97e3-b0a7d2f409f8/?format=api"
        },
        {
            "id": "8bf04a29-9035-403d-9cce-a313356f6906",
            "gambit_id": "856cb8f9-cd5e-4548-a09d-95b7f2c628e1",
            "last_updated": "2022-10-29T19:07:21.545602-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6051c66d-ff63-4b1e-97e3-b0a7d2f409f8/?format=api"
        }
    ]
}