GET /api/bet_types/0f620b1e-5989-418c-89d2-82d96baf12a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f620b1e-5989-418c-89d2-82d96baf12a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/23b33855-0439-4c77-b5cd-5e8e0def806d/?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": "KAN",
                "amount": 5521.0
            },
            {
                "team": "CLE",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "b9cc8ee1-9eec-4e20-8a0a-6c0dbc08548d",
            "gambit_id": "140cdbdf-5bfe-4c40-aead-46e692c80d58",
            "last_updated": "2022-10-04T13:22:06.737996-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f620b1e-5989-418c-89d2-82d96baf12a6/?format=api"
        },
        {
            "id": "18562af1-d4c9-4ffd-9243-9ba0bca415f7",
            "gambit_id": "0a8d216b-25e0-4632-af56-192bc733952d",
            "last_updated": "2022-10-04T13:22:06.737008-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f620b1e-5989-418c-89d2-82d96baf12a6/?format=api"
        }
    ]
}