GET /api/bet_types/4bc066a9-2ef2-4859-a486-ad77abc4fcf0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4bc066a9-2ef2-4859-a486-ad77abc4fcf0",
    "match": "https://api-prod.gambitprofit.com/api/matches/aea03290-09c9-4590-b3e7-d5e6720f08aa/?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": "BOS",
                "amount": 5676.0
            },
            {
                "team": "NYY",
                "amount": 4324.0
            }
        ],
        "expected_reward_tokens": 9251.88,
        "profit_sb": 251.88,
        "profit_sb_percentage": 2.8,
        "recommended": true
    },
    "lines": [
        {
            "id": "31905e4b-e4a2-4cab-8211-f8e8fac38800",
            "gambit_id": "09552898-efd3-4277-9301-f7bf8c3a364e",
            "last_updated": "2022-08-15T14:07:15.096929-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "1.63000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bc066a9-2ef2-4859-a486-ad77abc4fcf0/?format=api"
        },
        {
            "id": "087f3fcd-ebce-45ca-a328-baaea7fa72bf",
            "gambit_id": "a5146d8c-8617-4d9a-9e11-062b4b04c50d",
            "last_updated": "2022-08-15T14:07:15.097302-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "2.14000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bc066a9-2ef2-4859-a486-ad77abc4fcf0/?format=api"
        }
    ]
}