GET /api/bet_types/6c9cb548-d35c-461b-84c9-15c4780f5343/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c9cb548-d35c-461b-84c9-15c4780f5343",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad2b2e9a-d6ae-4cfd-bf64-64401eed41a0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-08T09:38:21.168474-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": "Minnesota Wild",
                "amount": 5599.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "9342e769-eca3-432f-8b94-47f802d2aedb",
            "gambit_id": "60943f23-f269-490c-837a-1d8f789f4a40",
            "last_updated": "2023-12-09T10:08:11.179000-05:00",
            "created_at": "2023-12-08T09:38:21.172149-05:00",
            "name": "Minnesota Wild",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c9cb548-d35c-461b-84c9-15c4780f5343/?format=api"
        },
        {
            "id": "9de2cb53-99ea-4511-9135-1de51c7c4e08",
            "gambit_id": "9fca3939-70e1-4bed-84e8-e7731d9ea07d",
            "last_updated": "2023-12-09T10:08:11.182972-05:00",
            "created_at": "2023-12-08T09:38:21.176186-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c9cb548-d35c-461b-84c9-15c4780f5343/?format=api"
        }
    ]
}