GET /api/bet_types/2c1a44d7-b126-4f77-9d71-477a7346fe02/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c1a44d7-b126-4f77-9d71-477a7346fe02",
    "match": "https://api-prod.gambitprofit.com/api/matches/b342c022-242d-42e8-b450-c189e693cb00/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-29T08:41:55.550463-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "0ecdee2a-aef7-494f-abe4-b47f45d78381",
            "gambit_id": "0a73f18a-4fb7-49ff-91dd-adb20b7c2c26",
            "last_updated": "2023-01-30T17:46:59.134447-05:00",
            "created_at": "2023-01-29T08:41:55.551596-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c1a44d7-b126-4f77-9d71-477a7346fe02/?format=api"
        },
        {
            "id": "ecc0e009-dc17-4baf-8a51-0e61b34a8b9b",
            "gambit_id": "5bfba2d1-573c-4f37-a0fe-f5014982c327",
            "last_updated": "2023-01-30T17:46:59.135723-05:00",
            "created_at": "2023-01-29T08:41:55.552819-05:00",
            "name": "Indiana Pacers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c1a44d7-b126-4f77-9d71-477a7346fe02/?format=api"
        }
    ]
}