GET /api/bet_types/41eab0e7-0791-4b2b-9355-97d25caddca9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "41eab0e7-0791-4b2b-9355-97d25caddca9",
    "match": "https://api-prod.gambitprofit.com/api/matches/b453f7bf-9885-497a-b80c-0da50b552de5/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "St Louis Blues",
                "amount": 6825.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3175.0
            }
        ],
        "expected_reward_tokens": 9144.0,
        "profit_sb": 144.0,
        "profit_sb_percentage": 1.6,
        "recommended": true
    },
    "lines": [
        {
            "id": "97390775-9488-4abf-9a7c-ba4203a98554",
            "gambit_id": "339bdc64-bda4-4562-9c09-8ee706d3b38c",
            "last_updated": "2022-12-09T09:57:13.637222-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "1.34000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41eab0e7-0791-4b2b-9355-97d25caddca9/?format=api"
        },
        {
            "id": "e1047ef5-b3c6-4855-8342-93c937ba4b9a",
            "gambit_id": "379701ff-282d-46f9-b37e-18286a64b78f",
            "last_updated": "2022-12-09T09:57:13.635452-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.88000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41eab0e7-0791-4b2b-9355-97d25caddca9/?format=api"
        }
    ]
}