GET /api/bet_types/37b7899b-8240-41cb-9081-dad0efb24f08/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37b7899b-8240-41cb-9081-dad0efb24f08",
    "match": "https://api-prod.gambitprofit.com/api/matches/be535e0c-00e9-40fc-9ed7-58b24717a170/?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": "ATL",
                "amount": 6080.0
            },
            {
                "team": "NYM",
                "amount": 3920.0
            }
        ],
        "expected_reward_tokens": 9484.8,
        "profit_sb": -15.2,
        "profit_sb_percentage": -0.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "59777598-eb17-4fa1-9bc8-77556d7aa063",
            "gambit_id": "2157f8ad-845a-4ac6-9c13-280651e75ff2",
            "last_updated": "2022-10-02T15:17:30.420349-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37b7899b-8240-41cb-9081-dad0efb24f08/?format=api"
        },
        {
            "id": "7ec7ea97-a767-4233-bc21-66223214e034",
            "gambit_id": "e2821cd6-215e-4d6f-9d31-9a6bad50882d",
            "last_updated": "2022-10-02T15:17:30.421664-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "2.42000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37b7899b-8240-41cb-9081-dad0efb24f08/?format=api"
        }
    ]
}