GET /api/bet_types/6d105541-e99e-458a-b7b9-0235f0807a5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d105541-e99e-458a-b7b9-0235f0807a5a",
    "match": "https://api-prod.gambitprofit.com/api/matches/b623d32e-33cd-4b73-a703-e8b1c4ecff1c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-28T10:07:01.233148-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": "Vegas Golden Knights",
                "amount": 6759.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3241.0
            }
        ],
        "expected_reward_tokens": 9462.6,
        "profit_sb": -37.4,
        "profit_sb_percentage": -0.39,
        "recommended": false
    },
    "lines": [
        {
            "id": "bcea927c-993b-47e5-a8ab-f9dc5d32d7a3",
            "gambit_id": "0eddfd31-f930-4d65-bb58-16557bfebf9f",
            "last_updated": "2023-03-29T13:31:53.518744-04:00",
            "created_at": "2023-03-28T10:07:01.235357-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d105541-e99e-458a-b7b9-0235f0807a5a/?format=api"
        },
        {
            "id": "b6470656-9f41-4b79-bcf9-6d7bfde204d4",
            "gambit_id": "558a4e14-715f-4fbf-8526-b1858dbb15a3",
            "last_updated": "2023-03-29T13:31:53.521926-04:00",
            "created_at": "2023-03-28T10:07:01.237601-04:00",
            "name": "Edmonton Oilers",
            "reward": "2.92000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d105541-e99e-458a-b7b9-0235f0807a5a/?format=api"
        }
    ]
}