GET /api/bet_types/19309f71-c937-4503-84d9-d266f1fe34e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19309f71-c937-4503-84d9-d266f1fe34e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/83be10a1-5a69-4ed1-8833-4e0e5f7f56da/?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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "bda2455d-af07-4686-90e6-60eb18a8702c",
            "gambit_id": "8889b0e4-4876-419a-970d-5c173b12692c",
            "last_updated": "2022-11-30T09:47:20.066410-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19309f71-c937-4503-84d9-d266f1fe34e6/?format=api"
        },
        {
            "id": "8267a871-0f71-4ea1-8b63-cee3cbceaa16",
            "gambit_id": "a48e0c22-276b-4973-bc59-9d88e812d8b8",
            "last_updated": "2022-11-30T09:47:20.067390-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19309f71-c937-4503-84d9-d266f1fe34e6/?format=api"
        }
    ]
}