GET /api/bet_types/12f8ccea-222e-4bf2-ba4c-81c65daca2f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12f8ccea-222e-4bf2-ba4c-81c65daca2f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa5fe009-7369-4c6d-a7cf-c946b2d22fa1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-08T08:23:03.512955-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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "0b9ddb1a-e4f6-42aa-9249-05cdd1a1d3b0",
            "gambit_id": "768a9d92-24fa-469c-aaf3-65e4d4c9a6fa",
            "last_updated": "2023-11-10T12:33:19.654282-05:00",
            "created_at": "2023-11-08T08:23:03.518069-05:00",
            "name": "Detroit Pistons",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12f8ccea-222e-4bf2-ba4c-81c65daca2f9/?format=api"
        },
        {
            "id": "d34ebd31-f5ad-4c1d-9367-bdb748a0bef8",
            "gambit_id": "f1d0129f-994b-4c82-a7c6-107acf9cfa40",
            "last_updated": "2023-11-10T12:33:19.657624-05:00",
            "created_at": "2023-11-08T08:23:03.522556-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12f8ccea-222e-4bf2-ba4c-81c65daca2f9/?format=api"
        }
    ]
}