GET /api/bet_types/32d1995c-ff63-4df3-a1ad-c35de87d6898/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "32d1995c-ff63-4df3-a1ad-c35de87d6898",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ddda5c2-87d7-4f03-acb8-26876a999b1f/?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": "Southern Miss",
                "amount": 5000.0
            },
            {
                "team": "Georgia State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "4d881af7-f44c-47c6-ae2a-4a4afa7915c4",
            "gambit_id": "5fa4d765-b161-4868-bd39-a55848fb3903",
            "last_updated": "2022-11-06T08:58:19.123613-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Southern Miss",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32d1995c-ff63-4df3-a1ad-c35de87d6898/?format=api"
        },
        {
            "id": "0e856403-1246-44a1-a986-b5aa4e07089b",
            "gambit_id": "765474d0-d3d1-48d4-9201-4825f48d45f7",
            "last_updated": "2022-11-06T08:58:19.124584-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32d1995c-ff63-4df3-a1ad-c35de87d6898/?format=api"
        }
    ]
}