GET /api/bet_types/16dd4c6e-2c4a-41b5-86ed-7fd74013541f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "16dd4c6e-2c4a-41b5-86ed-7fd74013541f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7cdd8ce-e0ab-4883-99aa-3ea015d5d3e4/?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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "6f0fc633-99bb-472e-af9a-b9826d092c84",
            "gambit_id": "fa263db5-4bb1-4450-be7f-7b6436a19782",
            "last_updated": "2022-11-01T09:47:22.932028-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16dd4c6e-2c4a-41b5-86ed-7fd74013541f/?format=api"
        },
        {
            "id": "216bc72f-f0d3-4546-a060-4c642d06b69e",
            "gambit_id": "aa3159d3-8c01-4518-9e29-1af1413cde48",
            "last_updated": "2022-11-01T09:47:22.930982-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16dd4c6e-2c4a-41b5-86ed-7fd74013541f/?format=api"
        }
    ]
}