GET /api/bet_types/7022987e-28fb-42c8-93a3-0894fe6847d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7022987e-28fb-42c8-93a3-0894fe6847d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c533bef-7305-459d-892d-ae36f98c97df/?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": "Oregon State",
                "amount": 5000.0
            },
            {
                "team": "Arizona State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "73242294-7018-4103-8562-a80feb40d6b3",
            "gambit_id": "e96e3581-0696-4a87-967a-c482100b43e8",
            "last_updated": "2022-11-21T11:53:28.912443-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7022987e-28fb-42c8-93a3-0894fe6847d5/?format=api"
        },
        {
            "id": "02e6b8e7-18af-45f0-9fd1-912e0382ab5b",
            "gambit_id": "93941244-b5c4-40fc-9c40-9be7fc4dac87",
            "last_updated": "2022-11-21T11:53:28.911470-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7022987e-28fb-42c8-93a3-0894fe6847d5/?format=api"
        }
    ]
}