GET /api/bet_types/9c5a165e-95c7-4c64-ab68-f6e78790d107/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c5a165e-95c7-4c64-ab68-f6e78790d107",
    "match": "https://api-prod.gambitprofit.com/api/matches/9122d016-0de8-4bc3-8a41-ca3f625dbc56/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-25T08:38:06.976661-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": 5107.0
            },
            {
                "team": "HOU",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "6d505a6d-5d9d-45f6-9de4-8b62ab1bae12",
            "gambit_id": "ffc82950-c6d8-492b-b0d7-3530e23e1628",
            "last_updated": "2023-08-28T18:38:02.215614-04:00",
            "created_at": "2023-08-25T08:38:06.987064-04:00",
            "name": "DET",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c5a165e-95c7-4c64-ab68-f6e78790d107/?format=api"
        },
        {
            "id": "8dc02a4b-cd7f-4380-8941-f3e7b3ff3d42",
            "gambit_id": "6b6ffbd1-6430-4e92-8fb6-47d66818fac6",
            "last_updated": "2023-08-28T18:38:02.211266-04:00",
            "created_at": "2023-08-25T08:38:06.982011-04:00",
            "name": "HOU",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c5a165e-95c7-4c64-ab68-f6e78790d107/?format=api"
        }
    ]
}