GET /api/bet_types/61245b2e-580b-45d5-a83c-dc1a0358b71c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61245b2e-580b-45d5-a83c-dc1a0358b71c",
    "match": "https://api-prod.gambitprofit.com/api/matches/47173aaf-dcdc-4be5-ba80-02edcad137ad/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-18T08:46:55.858878-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "072c8b34-adec-4923-ab61-19bbd791deb1",
            "gambit_id": "30e3eedb-5c84-44ef-8309-a638a9d1ed7e",
            "last_updated": "2023-03-19T17:01:59.610528-04:00",
            "created_at": "2023-03-18T08:46:55.864247-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61245b2e-580b-45d5-a83c-dc1a0358b71c/?format=api"
        },
        {
            "id": "4d48d902-de99-46df-bfb6-4cff21547b8c",
            "gambit_id": "b30a6062-398b-48db-87d7-29b63e636667",
            "last_updated": "2023-03-19T17:01:59.612038-04:00",
            "created_at": "2023-03-18T08:46:55.861261-04:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61245b2e-580b-45d5-a83c-dc1a0358b71c/?format=api"
        }
    ]
}