GET /api/bet_types/12024313-f4bc-470c-9888-d91b9d9a7118/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12024313-f4bc-470c-9888-d91b9d9a7118",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f254710-f1e1-41b8-a435-c0040f01833d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-12T10:57:59.506276-04: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": "Philadelphia Eagles",
                "amount": 5214.0
            },
            {
                "team": "New York Jets",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "3c9b1911-429a-49e7-bf6d-905f12e79727",
            "gambit_id": "62ef99fd-7f0e-45aa-afcd-3609bf756ba2",
            "last_updated": "2023-10-16T18:23:01.331893-04:00",
            "created_at": "2023-10-12T10:57:59.510153-04:00",
            "name": "Philadelphia Eagles",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12024313-f4bc-470c-9888-d91b9d9a7118/?format=api"
        },
        {
            "id": "483501a3-17b6-4f9e-bb84-338da74c8f3e",
            "gambit_id": "e1904d3e-1821-494e-ab14-c4ba2290b1b7",
            "last_updated": "2023-10-16T18:23:01.338754-04:00",
            "created_at": "2023-10-12T10:57:59.514791-04:00",
            "name": "New York Jets",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12024313-f4bc-470c-9888-d91b9d9a7118/?format=api"
        }
    ]
}