GET /api/bet_types/d2e3c203-ec10-4f64-9cfe-c4f28d728a37/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d2e3c203-ec10-4f64-9cfe-c4f28d728a37",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ca50e01-ab94-4937-9a78-41c0c861a638/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-19T08:53:00.466902-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": "Toronto Maple Leafs",
                "amount": 6856.0
            },
            {
                "team": "New York Rangers",
                "amount": 3144.0
            }
        ],
        "expected_reward_tokens": 9461.28,
        "profit_sb": -38.72,
        "profit_sb_percentage": -0.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "d2ad516a-fb55-4c37-8ddb-d8965b8cde80",
            "gambit_id": "928269ed-b2d1-4ab3-a5ec-a0c0bc683d02",
            "last_updated": "2023-12-21T10:13:17.155516-05:00",
            "created_at": "2023-12-19T08:53:00.476766-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2e3c203-ec10-4f64-9cfe-c4f28d728a37/?format=api"
        },
        {
            "id": "92e72721-e781-4917-8ce2-146870842c9e",
            "gambit_id": "cc0b7820-aceb-4c26-bb88-9f2c87090daa",
            "last_updated": "2023-12-21T10:13:17.152159-05:00",
            "created_at": "2023-12-19T08:53:00.471975-05:00",
            "name": "New York Rangers",
            "reward": "3.01000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2e3c203-ec10-4f64-9cfe-c4f28d728a37/?format=api"
        }
    ]
}