GET /api/bet_types/5a744784-2801-448b-80bb-0931e8d11900/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a744784-2801-448b-80bb-0931e8d11900",
    "match": "https://api-prod.gambitprofit.com/api/matches/e51cd205-0a3a-4597-bfde-6b6b3017bc18/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-15T08:32:01.847533-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": "New York Knicks",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "01df3cd4-3558-4985-9c82-1b391ce55280",
            "gambit_id": "652cdac3-ff42-48b5-b515-6d64e295584d",
            "last_updated": "2023-01-16T11:02:05.525412-05:00",
            "created_at": "2023-01-15T08:32:01.852663-05:00",
            "name": "New York Knicks",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a744784-2801-448b-80bb-0931e8d11900/?format=api"
        },
        {
            "id": "55592ffe-766a-4ee1-8967-22ce5bc2cdef",
            "gambit_id": "e3dc921e-d885-47fa-b265-c648889626a1",
            "last_updated": "2023-01-16T11:02:05.522106-05:00",
            "created_at": "2023-01-15T08:32:01.850021-05:00",
            "name": "Detroit Pistons",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a744784-2801-448b-80bb-0931e8d11900/?format=api"
        }
    ]
}