GET /api/bet_types/58dfd71f-6337-4904-8556-55d1f3def2b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58dfd71f-6337-4904-8556-55d1f3def2b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/231c4d16-d682-4654-97a2-d1bf2d94604a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-02T13:27:17.297145-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": "DET",
                "amount": 5784.0
            },
            {
                "team": "CWS",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "cdcf97ef-a63e-4654-8435-b66799c4b746",
            "gambit_id": "c5be6187-eeb6-4c9c-8d03-98ee8addb805",
            "last_updated": "2023-06-04T13:17:19.271041-04:00",
            "created_at": "2023-06-02T13:27:17.298929-04:00",
            "name": "DET",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58dfd71f-6337-4904-8556-55d1f3def2b6/?format=api"
        },
        {
            "id": "d68c1d92-2767-42a4-b45d-f2af80effe5a",
            "gambit_id": "d59f1346-712e-437a-8a08-e48178c53954",
            "last_updated": "2023-06-04T13:17:19.273626-04:00",
            "created_at": "2023-06-02T13:27:17.301069-04:00",
            "name": "CWS",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58dfd71f-6337-4904-8556-55d1f3def2b6/?format=api"
        }
    ]
}