GET /api/bet_types/553c7d4b-5556-4f5c-a663-7cd211c153af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "553c7d4b-5556-4f5c-a663-7cd211c153af",
    "match": "https://api-prod.gambitprofit.com/api/matches/f36198b5-9e7c-4fa5-b360-ebb41df3a5c1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-24T11:07:02.586650-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": "Washington Wizards",
                "amount": 5107.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8365eb6c-0fbc-476b-8f07-23163ee4243f",
            "gambit_id": "3443e871-686a-449c-8b2b-def0c681f4a1",
            "last_updated": "2023-03-26T13:37:06.841569-04:00",
            "created_at": "2023-03-24T11:07:02.588397-04:00",
            "name": "Washington Wizards",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/553c7d4b-5556-4f5c-a663-7cd211c153af/?format=api"
        },
        {
            "id": "b7cadfea-4421-4329-8a5c-7bc6027097d3",
            "gambit_id": "28e49827-45ec-41ed-9b6d-a46a258d90fa",
            "last_updated": "2023-03-26T13:37:06.844350-04:00",
            "created_at": "2023-03-24T11:07:02.590384-04:00",
            "name": "San Antonio Spurs",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/553c7d4b-5556-4f5c-a663-7cd211c153af/?format=api"
        }
    ]
}