GET /api/bet_types/f86dfaaa-5778-4795-b07f-a8cca9983f0a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f86dfaaa-5778-4795-b07f-a8cca9983f0a",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e30582a-7add-436d-9b49-2081525003ed/?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": "Arkansas",
                "amount": 5000.0
            },
            {
                "team": "Liberty",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "27c8d610-9abd-4951-af86-cb78a5c73b4e",
            "gambit_id": "c358cff3-a623-4738-9479-6af986311bcb",
            "last_updated": "2022-11-06T16:03:37.592991-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arkansas",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-14.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f86dfaaa-5778-4795-b07f-a8cca9983f0a/?format=api"
        },
        {
            "id": "d4ec092f-9d50-4262-aa73-e34ccf12483a",
            "gambit_id": "2b762f90-92d0-4424-9b84-1f1b2399e8b3",
            "last_updated": "2022-11-06T16:03:37.593998-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Liberty",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "14.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f86dfaaa-5778-4795-b07f-a8cca9983f0a/?format=api"
        }
    ]
}