GET /api/bet_types/0568864c-8192-4f57-875e-bd998a97b494/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0568864c-8192-4f57-875e-bd998a97b494",
    "match": "https://api-prod.gambitprofit.com/api/matches/b928b56c-db0a-4016-8124-9713df1abf54/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-22T10:03:18.475227-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": "Anaheim Ducks",
                "amount": 5214.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "75e1d876-8da3-4c28-a3b8-89137796bf5f",
            "gambit_id": "ab73e603-6f19-4737-a390-5d9bb4f86bcb",
            "last_updated": "2023-10-23T20:43:04.800934-04:00",
            "created_at": "2023-10-22T10:03:18.483657-04:00",
            "name": "Anaheim Ducks",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0568864c-8192-4f57-875e-bd998a97b494/?format=api"
        },
        {
            "id": "2afaa1e2-4eac-4967-8ac4-166bbc4eac8d",
            "gambit_id": "37092297-944b-4262-b355-6fa5f36f9ae8",
            "last_updated": "2023-10-23T20:43:04.796762-04:00",
            "created_at": "2023-10-22T10:03:18.478966-04:00",
            "name": "Boston Bruins",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0568864c-8192-4f57-875e-bd998a97b494/?format=api"
        }
    ]
}