GET /api/bet_types/d3ca3910-c9e4-4f31-a075-a5436fcdf28a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3ca3910-c9e4-4f31-a075-a5436fcdf28a",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f1bc4e8-3eb8-40e1-b3fe-e278b9044f69/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-17T09:12:09.302844-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": "New York Rangers",
                "amount": 6401.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3599.0
            }
        ],
        "expected_reward_tokens": 9537.35,
        "profit_sb": 37.35,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "0942c034-f0d7-46e7-a270-efbe9432e95e",
            "gambit_id": "d712bd62-aded-4756-9a77-28f70e41dc91",
            "last_updated": "2023-02-18T09:47:19.080251-05:00",
            "created_at": "2023-02-17T09:12:09.305791-05:00",
            "name": "New York Rangers",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3ca3910-c9e4-4f31-a075-a5436fcdf28a/?format=api"
        },
        {
            "id": "7806a430-9762-4d98-a44f-82883b0356f8",
            "gambit_id": "c5d50bee-fd53-4cca-acc6-766e3e3ad4c6",
            "last_updated": "2023-02-18T09:47:19.079034-05:00",
            "created_at": "2023-02-17T09:12:09.304124-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3ca3910-c9e4-4f31-a075-a5436fcdf28a/?format=api"
        }
    ]
}