GET /api/bet_types/6d34e521-2f28-45d4-946b-9769a8ee0f2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d34e521-2f28-45d4-946b-9769a8ee0f2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/7563907f-c60f-4c0f-b522-3e6710b7af09/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-07T11:57:09.406168-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "748cfeda-7e40-4e6c-a417-578354157321",
            "gambit_id": "f000430a-9d99-4047-93b1-b1438ecd0417",
            "last_updated": "2023-05-08T11:47:06.989607-04:00",
            "created_at": "2023-05-07T11:57:09.409185-04:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d34e521-2f28-45d4-946b-9769a8ee0f2c/?format=api"
        },
        {
            "id": "887e7730-18df-40d9-93db-2c87c2de748f",
            "gambit_id": "f2edaadb-6dba-4497-9ea1-61bea1cb1aed",
            "last_updated": "2023-05-08T11:47:06.987984-04:00",
            "created_at": "2023-05-07T11:57:09.407739-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d34e521-2f28-45d4-946b-9769a8ee0f2c/?format=api"
        }
    ]
}