GET /api/bet_types/62f15a1c-46b9-4dc4-b250-624190d0edac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "62f15a1c-46b9-4dc4-b250-624190d0edac",
    "match": "https://api-prod.gambitprofit.com/api/matches/a88f4a60-2e9d-4f8e-a844-ca9644ce0c64/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-25T12:33:00.815849-04: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": "BAL",
                "amount": 5107.0
            },
            {
                "team": "COL",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "6c23e85d-f804-4f5d-b3da-5cebe89a981d",
            "gambit_id": "043c93d2-fbe4-4003-8834-257b347f2f77",
            "last_updated": "2023-08-28T18:38:03.764676-04:00",
            "created_at": "2023-08-25T12:33:00.824384-04:00",
            "name": "BAL",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62f15a1c-46b9-4dc4-b250-624190d0edac/?format=api"
        },
        {
            "id": "defa8af3-fd7a-4ad9-92ee-62abb1a5eda5",
            "gambit_id": "c9d75ebc-2d99-4107-aa15-2391edda9550",
            "last_updated": "2023-08-28T18:38:03.761196-04:00",
            "created_at": "2023-08-25T12:33:00.820023-04:00",
            "name": "COL",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62f15a1c-46b9-4dc4-b250-624190d0edac/?format=api"
        }
    ]
}