GET /api/bet_types/281537d4-8725-47dd-99b8-256854dd70e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "281537d4-8725-47dd-99b8-256854dd70e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/8dd26038-02db-43cf-9024-967df2f52aed/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-25T09:23:03.749689-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": "Oklahoma City Thunder",
                "amount": 5107.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "d99b45f1-2b83-4865-85ae-778b4be9669a",
            "gambit_id": "cdad71d8-8ae3-4a39-a57a-45613ee3cfa2",
            "last_updated": "2023-11-27T10:27:54.966521-05:00",
            "created_at": "2023-11-25T09:23:03.758379-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/281537d4-8725-47dd-99b8-256854dd70e6/?format=api"
        },
        {
            "id": "f4225ee9-7e0d-4380-8652-4b42f0c1cf9d",
            "gambit_id": "94a0f032-6020-42ba-a679-8373f98f1660",
            "last_updated": "2023-11-27T10:27:54.962839-05:00",
            "created_at": "2023-11-25T09:23:03.753665-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/281537d4-8725-47dd-99b8-256854dd70e6/?format=api"
        }
    ]
}