GET /api/bet_types/e7112746-e66a-49c3-bcd4-8d9e9ce3fd8e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7112746-e66a-49c3-bcd4-8d9e9ce3fd8e",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d845a02-40de-4717-a1ee-e2a8e3dbf508/?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": "BAL",
                "amount": 6132.0
            },
            {
                "team": "BOS",
                "amount": 3868.0
            }
        ],
        "expected_reward_tokens": 9320.64,
        "profit_sb": 320.64,
        "profit_sb_percentage": 3.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "c4003de8-a606-490f-b856-89284265ecff",
            "gambit_id": "2396c9e6-132a-41f7-97e7-17a2d7c7a5ed",
            "last_updated": "2022-08-12T09:47:11.331157-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "1.52000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7112746-e66a-49c3-bcd4-8d9e9ce3fd8e/?format=api"
        },
        {
            "id": "8a5ec147-84f2-4b32-9ad2-ac223dda2367",
            "gambit_id": "9dd37e40-2c06-4957-aad3-7236b871d2ed",
            "last_updated": "2022-08-12T09:47:11.330767-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "2.41000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7112746-e66a-49c3-bcd4-8d9e9ce3fd8e/?format=api"
        }
    ]
}