GET /api/bet_types/f2af931b-2c77-4ca2-a739-2dd3524a2a74/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2af931b-2c77-4ca2-a739-2dd3524a2a74",
    "match": "https://api-prod.gambitprofit.com/api/matches/49336a3f-b565-4294-9265-26109568333e/?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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d4cc1da1-b236-4c86-af23-288abbb7a526",
            "gambit_id": "e9c116bd-738f-4b8e-b594-e981f2118a80",
            "last_updated": "2022-12-07T09:27:28.201255-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2af931b-2c77-4ca2-a739-2dd3524a2a74/?format=api"
        },
        {
            "id": "ff6d95aa-4690-4696-ba44-4e4898a7a8c9",
            "gambit_id": "a24884a7-360e-4348-acaa-6d808c7bb3a6",
            "last_updated": "2022-12-07T09:27:28.199518-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2af931b-2c77-4ca2-a739-2dd3524a2a74/?format=api"
        }
    ]
}