GET /api/bet_types/ed4fc4ec-48ba-4245-98d5-76d4c3b93b3b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed4fc4ec-48ba-4245-98d5-76d4c3b93b3b",
    "match": "https://api-prod.gambitprofit.com/api/matches/468d343f-f659-4347-8e6b-86280000abeb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-03T10:18:15.356757-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": "Arizona Cardinals",
                "amount": 5107.0
            },
            {
                "team": "Cincinnati Bengals",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "82d5fae5-32c3-4bd4-8830-9128fbe9a2c8",
            "gambit_id": "ce8c2f93-6023-4f9e-8eaf-df718f0b17ce",
            "last_updated": "2023-10-09T15:48:14.221658-04:00",
            "created_at": "2023-10-03T10:18:15.367633-04:00",
            "name": "Arizona Cardinals",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed4fc4ec-48ba-4245-98d5-76d4c3b93b3b/?format=api"
        },
        {
            "id": "abc1852a-5e18-4a73-b6ce-044dedf75c5a",
            "gambit_id": "76df4dfa-da20-4074-91f9-a8b8d0d5227d",
            "last_updated": "2023-10-09T15:48:14.214692-04:00",
            "created_at": "2023-10-03T10:18:15.362217-04:00",
            "name": "Cincinnati Bengals",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed4fc4ec-48ba-4245-98d5-76d4c3b93b3b/?format=api"
        }
    ]
}