GET /api/bet_types/eb69e544-6ba7-4c96-8812-2caabb6b08f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb69e544-6ba7-4c96-8812-2caabb6b08f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/506ce6f4-74bf-4750-b5b0-89d405d77f97/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-14T09:28:08.368561-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": "Minnesota Timberwolves",
                "amount": 5107.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "9a4ba495-42e7-405f-845a-70d896dd76ed",
            "gambit_id": "d038ebae-0d36-406f-ae24-899441912f4a",
            "last_updated": "2023-12-16T10:32:54.629841-05:00",
            "created_at": "2023-12-14T09:28:08.384770-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb69e544-6ba7-4c96-8812-2caabb6b08f5/?format=api"
        },
        {
            "id": "3768ceba-58ab-4585-b8f3-23375df53bd9",
            "gambit_id": "34b598a4-abee-41c1-86d9-9650359833cc",
            "last_updated": "2023-12-16T10:32:54.633499-05:00",
            "created_at": "2023-12-14T09:28:08.393791-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb69e544-6ba7-4c96-8812-2caabb6b08f5/?format=api"
        }
    ]
}