GET /api/bet_types/cef786a3-564b-49c6-9fc1-7f7c18cef4af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cef786a3-564b-49c6-9fc1-7f7c18cef4af",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9130ada-6a00-4c3e-8dfb-d61839e8c2f5/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "PHI",
                "amount": 5110.0
            },
            {
                "team": "ARI",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9095.4,
        "profit_sb": 95.4,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "ef11f48e-9ddc-49ab-bc01-7f31a3b22709",
            "gambit_id": "4c61970f-d801-40cc-ae55-63d7741595fb",
            "last_updated": "2022-08-30T09:47:24.659267-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cef786a3-564b-49c6-9fc1-7f7c18cef4af/?format=api"
        },
        {
            "id": "c609f71c-bf7f-48da-8e59-fe03eae3ea00",
            "gambit_id": "a30747f3-4d2e-4ba0-a306-2529c9ee7cf3",
            "last_updated": "2022-08-30T09:47:24.658826-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "1.86000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cef786a3-564b-49c6-9fc1-7f7c18cef4af/?format=api"
        }
    ]
}