GET /api/bet_types/86a39b9c-2a08-4dac-9f59-b3b6265d16cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "86a39b9c-2a08-4dac-9f59-b3b6265d16cc",
    "match": "https://api-prod.gambitprofit.com/api/matches/2829156d-6d4b-4faa-96e6-8ba144f0370b/?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": "Air Force",
                "amount": 5000.0
            },
            {
                "team": "Boise State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "93fca5bb-cc65-40ff-a998-38e2f9dd5422",
            "gambit_id": "c4c87a79-8840-490e-b5ed-cabf47bb85d3",
            "last_updated": "2022-10-23T21:36:53.908002-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Air Force",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86a39b9c-2a08-4dac-9f59-b3b6265d16cc/?format=api"
        },
        {
            "id": "0bd053ad-b66c-4314-aa5f-70e4f3d469f0",
            "gambit_id": "3b0f6d15-7089-4e27-9978-4a085fa07c1c",
            "last_updated": "2022-10-23T21:36:53.909063-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boise State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86a39b9c-2a08-4dac-9f59-b3b6265d16cc/?format=api"
        }
    ]
}