GET /api/bet_types/f335aed1-b171-4829-94c1-e1c73dea08b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f335aed1-b171-4829-94c1-e1c73dea08b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7190c76-5d21-4f28-b880-cf3fdf0675d9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-26T13:37:00.225706-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": "Colorado Avalanche",
                "amount": 5107.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c340c5fb-4ddf-463b-aac3-ced05d361cc4",
            "gambit_id": "5aeb1741-d399-436e-bf55-d16a6aba08aa",
            "last_updated": "2023-03-28T11:21:59.817880-04:00",
            "created_at": "2023-03-26T13:37:00.230000-04:00",
            "name": "Colorado Avalanche",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f335aed1-b171-4829-94c1-e1c73dea08b7/?format=api"
        },
        {
            "id": "91056e1d-bfcc-46d7-9d87-be121b264d59",
            "gambit_id": "cc99dd68-7125-4c0b-b41e-424929bcf89b",
            "last_updated": "2023-03-28T11:21:59.815863-04:00",
            "created_at": "2023-03-26T13:37:00.227843-04:00",
            "name": "Arizona Coyotes",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f335aed1-b171-4829-94c1-e1c73dea08b7/?format=api"
        }
    ]
}