GET /api/bet_types/1613b9b8-286d-46d7-95a9-4ccc33e274a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1613b9b8-286d-46d7-95a9-4ccc33e274a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/156505c4-7eb1-4731-a001-6006ac640317/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-28T09:58:21.298814-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": "Phoenix Suns",
                "amount": 5107.0
            },
            {
                "team": "Orlando Magic",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "646fabd3-b8c4-45e8-9e0b-c03f1a1a769f",
            "gambit_id": "58f1233e-dd5e-4473-9310-31003fa793ba",
            "last_updated": "2024-01-29T22:23:13.217737-05:00",
            "created_at": "2024-01-28T09:58:21.304018-05:00",
            "name": "Phoenix Suns",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1613b9b8-286d-46d7-95a9-4ccc33e274a7/?format=api"
        },
        {
            "id": "6861dd43-2542-449a-89fb-3963748fd667",
            "gambit_id": "9c116ed2-f678-4749-822b-37169b232070",
            "last_updated": "2024-01-29T22:23:13.221162-05:00",
            "created_at": "2024-01-28T09:58:21.310346-05:00",
            "name": "Orlando Magic",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1613b9b8-286d-46d7-95a9-4ccc33e274a7/?format=api"
        }
    ]
}