GET /api/bet_types/ae64953c-69e5-434e-8e4b-cc64874508bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae64953c-69e5-434e-8e4b-cc64874508bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a151eee-4854-4b46-ae3a-332f6b0f5d33/?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": "Los Angeles Clippers",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2e7b529d-81b9-4552-aa90-bcb8f26ccf80",
            "gambit_id": "b0767624-4f98-4001-bfcd-7b3eb0e0633f",
            "last_updated": "2022-12-12T09:42:32.724270-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae64953c-69e5-434e-8e4b-cc64874508bc/?format=api"
        },
        {
            "id": "7d550f39-2bef-4b28-97e2-a796c153b271",
            "gambit_id": "3df6774c-1cdd-4c14-bcec-b67323fde63c",
            "last_updated": "2022-12-12T09:42:32.725482-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae64953c-69e5-434e-8e4b-cc64874508bc/?format=api"
        }
    ]
}