GET /api/bet_types/ed4f6904-ec4d-44e1-b171-163d00f7af7c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed4f6904-ec4d-44e1-b171-163d00f7af7c",
    "match": "https://api-prod.gambitprofit.com/api/matches/775904b2-716a-44b5-bc5e-d04ca5d024a6/?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": "Connecticut",
                "amount": 5000.0
            },
            {
                "team": "Syracuse",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "e7456f0c-dda8-4d97-9cfd-2b654ada67bd",
            "gambit_id": "ead4fc64-0437-41b3-a5a1-d04269471a9c",
            "last_updated": "2022-09-11T10:17:14.457501-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Connecticut",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "24.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed4f6904-ec4d-44e1-b171-163d00f7af7c/?format=api"
        },
        {
            "id": "7f330155-9864-47cc-b067-4d4345edb412",
            "gambit_id": "3d0b8236-a643-4bd0-8d44-2a568a68e240",
            "last_updated": "2022-09-11T10:17:14.458562-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Syracuse",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-24.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed4f6904-ec4d-44e1-b171-163d00f7af7c/?format=api"
        }
    ]
}