GET /api/bet_types/dd4db4a6-8dce-4c29-a3ee-911411aa0850/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd4db4a6-8dce-4c29-a3ee-911411aa0850",
    "match": "https://api-prod.gambitprofit.com/api/matches/85296053-ac36-42eb-8c28-b691b8cf03db/?format=api",
    "name": "Pick the Winner",
    "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": "Baltimore Ravens",
                "amount": 6934.0
            },
            {
                "team": "Washington Commanders",
                "amount": 3066.0
            }
        ],
        "expected_reward_tokens": 9289.98,
        "profit_sb": 289.98,
        "profit_sb_percentage": 3.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "186495d2-fc26-4ba8-87c7-e426172ec888",
            "gambit_id": "7b89a092-cd2f-4f5e-8d4c-d71ff172cad3",
            "last_updated": "2022-08-29T11:37:16.303795-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.34000",
            "odds": "1.37740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd4db4a6-8dce-4c29-a3ee-911411aa0850/?format=api"
        },
        {
            "id": "43bbdc44-decb-4aee-b9f3-a1435f099ead",
            "gambit_id": "9328f819-ad82-4d40-a28c-4c47c81846d3",
            "last_updated": "2022-08-29T11:37:16.304308-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Commanders",
            "reward": "3.03000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd4db4a6-8dce-4c29-a3ee-911411aa0850/?format=api"
        }
    ]
}