GET /api/bet_types/2dca2dba-65bc-4703-89b5-e01190411371/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2dca2dba-65bc-4703-89b5-e01190411371",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e2d0e38-ab68-4aa5-9ff8-145177db0bcd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-02T09:03:05.604046-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": "Winnipeg Jets",
                "amount": 6456.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3544.0
            }
        ],
        "expected_reward_tokens": 9425.76,
        "profit_sb": -74.24,
        "profit_sb_percentage": -0.78,
        "recommended": false
    },
    "lines": [
        {
            "id": "a70b1472-4580-4671-a601-7f35cea00f7f",
            "gambit_id": "7e819312-21b5-40bd-bbea-b592ac5b8108",
            "last_updated": "2023-11-03T10:43:11.603391-04:00",
            "created_at": "2023-11-02T09:03:05.608118-04:00",
            "name": "Winnipeg Jets",
            "reward": "1.46000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dca2dba-65bc-4703-89b5-e01190411371/?format=api"
        },
        {
            "id": "5eca0834-3db1-482d-8e6c-d88940132c16",
            "gambit_id": "369ae516-9c00-4309-bff8-1fb2ee57f699",
            "last_updated": "2023-11-03T10:43:11.606721-04:00",
            "created_at": "2023-11-02T09:03:05.612838-04:00",
            "name": "Vegas Golden Knights",
            "reward": "2.66000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dca2dba-65bc-4703-89b5-e01190411371/?format=api"
        }
    ]
}