GET /api/bet_types/fcf7a206-6d71-49cc-b721-19ef746ff291/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fcf7a206-6d71-49cc-b721-19ef746ff291",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9d026ef-1757-474c-8ca0-65da99449484/?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": "Washington",
                "amount": 5000.0
            },
            {
                "team": "California",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "81240db3-63ee-48ab-98a7-96f96883f984",
            "gambit_id": "0b7e30f8-60db-499a-9234-821ab72432d3",
            "last_updated": "2022-10-23T21:46:54.926301-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fcf7a206-6d71-49cc-b721-19ef746ff291/?format=api"
        },
        {
            "id": "b168085a-52f8-4a23-be3b-ca0eb55903fe",
            "gambit_id": "5c296588-04ca-449c-af88-f72eca52a48e",
            "last_updated": "2022-10-23T21:46:54.925188-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "California",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fcf7a206-6d71-49cc-b721-19ef746ff291/?format=api"
        }
    ]
}