GET /api/bet_types/9d783d38-243c-4200-a930-c478d9b5c57e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d783d38-243c-4200-a930-c478d9b5c57e",
    "match": "https://api-prod.gambitprofit.com/api/matches/565b8b02-5909-447d-94f5-43bd705d0550/?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": "Baltimore Orioles",
                "amount": 5664.0
            },
            {
                "team": "Toronto Blue Jays",
                "amount": 4336.0
            }
        ],
        "expected_reward_tokens": 9062.24,
        "profit_sb": 62.24,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "67fe9afe-2dcf-4147-9b62-a7500d7d93fb",
            "gambit_id": "0e23650d-d1d1-457a-909e-83bb370d8583",
            "last_updated": "2022-09-17T17:17:26.238149-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baltimore Orioles",
            "reward": "1.60000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d783d38-243c-4200-a930-c478d9b5c57e/?format=api"
        },
        {
            "id": "727a9fcc-c9ea-4407-8ef6-446ec56c3d96",
            "gambit_id": "75ed6f66-c4dc-48a8-83ba-d7d7b59ab469",
            "last_updated": "2022-09-17T17:17:26.237169-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Blue Jays",
            "reward": "2.09000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d783d38-243c-4200-a930-c478d9b5c57e/?format=api"
        }
    ]
}