GET /api/bet_types/2211427a-4b2c-4512-8c69-89886085a299/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2211427a-4b2c-4512-8c69-89886085a299",
    "match": "https://api-prod.gambitprofit.com/api/matches/06e07ab6-4b02-42bb-9fa6-c9909e4d442f/?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": "LOS",
                "amount": 5752.0
            },
            {
                "team": "KAN",
                "amount": 4248.0
            }
        ],
        "expected_reward_tokens": 9260.64,
        "profit_sb": 260.64,
        "profit_sb_percentage": 2.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "fde896db-c63a-45d6-b288-68c14fc2e9b0",
            "gambit_id": "586e0900-dcff-493a-9d3c-eb0f5dbdc090",
            "last_updated": "2022-08-13T10:52:04.091772-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "1.61000",
            "odds": "1.66670",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2211427a-4b2c-4512-8c69-89886085a299/?format=api"
        },
        {
            "id": "2b324df4-c558-41ef-a776-00ed7707de2d",
            "gambit_id": "91251df2-4230-409d-bd25-1682f920ce6b",
            "last_updated": "2022-08-13T10:52:04.091293-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "2.18000",
            "odds": "2.30000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2211427a-4b2c-4512-8c69-89886085a299/?format=api"
        }
    ]
}