GET /api/bet_types/cf67624d-8135-4e73-9f5a-54f054288778/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf67624d-8135-4e73-9f5a-54f054288778",
    "match": "https://api-prod.gambitprofit.com/api/matches/81cf6906-51d9-42b4-8f45-a17aeecd836f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-17T10:28:03.198811-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": "OAK",
                "amount": 5107.0
            },
            {
                "team": "SDG",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "455f7642-ee67-487b-af1a-6461ccff8ee0",
            "gambit_id": "9169c3c3-11d5-4d08-860f-510e074ae54e",
            "last_updated": "2023-09-24T16:03:03.912138-04:00",
            "created_at": "2023-09-17T10:28:03.215639-04:00",
            "name": "OAK",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf67624d-8135-4e73-9f5a-54f054288778/?format=api"
        },
        {
            "id": "5f45f5e2-bdb9-4b9c-8d21-469863b7bee5",
            "gambit_id": "31429df9-71ea-4491-9b7c-55054fa62831",
            "last_updated": "2023-09-24T16:03:03.908419-04:00",
            "created_at": "2023-09-17T10:28:03.210791-04:00",
            "name": "SDG",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf67624d-8135-4e73-9f5a-54f054288778/?format=api"
        }
    ]
}