GET /api/bet_types/00887c87-6252-49bf-a9eb-93718520499d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00887c87-6252-49bf-a9eb-93718520499d",
    "match": "https://api-prod.gambitprofit.com/api/matches/b923d60f-e5b0-4433-b152-8693603ad58f/?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": "Buffalo Bills",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Vikings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "75f7a85a-06a2-4cf8-a7c6-2a12e787a70e",
            "gambit_id": "674ce524-e643-4ccb-8c14-aa19d6d3fb9d",
            "last_updated": "2022-11-14T14:57:39.740500-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Bills",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00887c87-6252-49bf-a9eb-93718520499d/?format=api"
        },
        {
            "id": "63b73afc-fc25-4d6c-a2d3-f84cc061178d",
            "gambit_id": "5ce605e6-daf0-43d7-a289-d08dbd3a15bd",
            "last_updated": "2022-11-14T14:57:39.741486-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00887c87-6252-49bf-a9eb-93718520499d/?format=api"
        }
    ]
}