GET /api/bet_types/6fd77b32-7ca1-4a0e-b877-23408b4627c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6fd77b32-7ca1-4a0e-b877-23408b4627c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f088a18-b026-40ea-a1cd-2b04f2ae110c/?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": "Cincinnati Bengals",
                "amount": 5000.0
            },
            {
                "team": "Pittsburgh Steelers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "59fd050d-12fd-4d6c-ad44-60bfdee7343b",
            "gambit_id": "a4739c2f-41c6-488d-a3a0-92b14f75c98d",
            "last_updated": "2022-11-21T15:43:29.169890-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati Bengals",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fd77b32-7ca1-4a0e-b877-23408b4627c2/?format=api"
        },
        {
            "id": "e2bef358-3076-420e-9c9e-058cf3982448",
            "gambit_id": "414c9190-274b-45c3-b126-3d6e46628a4c",
            "last_updated": "2022-11-21T15:43:29.168926-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fd77b32-7ca1-4a0e-b877-23408b4627c2/?format=api"
        }
    ]
}