GET /api/bet_types/5f3ed091-d474-40da-8d6d-4b51a86b54dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f3ed091-d474-40da-8d6d-4b51a86b54dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c7f008e-d6c1-45ac-97c9-14d383c5e20b/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-11T09:38:13.531945-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": "Vancouver Canucks",
                "amount": 6554.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "c86272ef-4e6f-410f-a820-a21fd5044bfa",
            "gambit_id": "5e2f33fe-17a7-46f6-824b-c17cade8e1a1",
            "last_updated": "2024-01-15T09:53:16.490517-05:00",
            "created_at": "2024-01-11T09:38:13.536329-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f3ed091-d474-40da-8d6d-4b51a86b54dd/?format=api"
        },
        {
            "id": "cfed7b2d-a8d3-4401-9470-3e7bb72c24b9",
            "gambit_id": "824a29a5-bb71-4774-8e37-21896b6579f3",
            "last_updated": "2024-01-15T09:53:16.493588-05:00",
            "created_at": "2024-01-11T09:38:13.540615-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f3ed091-d474-40da-8d6d-4b51a86b54dd/?format=api"
        }
    ]
}