GET /api/bet_types/e1e58279-7f17-4b99-834d-1e8105311891/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1e58279-7f17-4b99-834d-1e8105311891",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c79d6a1-ef63-44be-ad7f-5cd54ad38657/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-05T10:57:16.031635-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": "CHC",
                "amount": 5599.0
            },
            {
                "team": "SDG",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea41e753-f8eb-4404-bba4-f85a3f2c3ba1",
            "gambit_id": "7739dc02-f46b-4f1e-8090-82ebf42307e0",
            "last_updated": "2023-06-06T15:57:21.468901-04:00",
            "created_at": "2023-06-05T10:57:16.033989-04:00",
            "name": "CHC",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1e58279-7f17-4b99-834d-1e8105311891/?format=api"
        },
        {
            "id": "29e98998-35f4-42fa-97cc-cb0de7cb7b31",
            "gambit_id": "47914163-3bab-4298-82cd-bb9eba81ea91",
            "last_updated": "2023-06-06T15:57:21.470735-04:00",
            "created_at": "2023-06-05T10:57:16.036807-04:00",
            "name": "SDG",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1e58279-7f17-4b99-834d-1e8105311891/?format=api"
        }
    ]
}