GET /api/bet_types/ee208a97-77c9-4a0c-8046-4e4609fd5156/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee208a97-77c9-4a0c-8046-4e4609fd5156",
    "match": "https://api-prod.gambitprofit.com/api/matches/17723d14-0d60-4c6f-b060-adcb51291d5a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-24T13:02:07.922020-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": "BAL",
                "amount": 6020.0
            },
            {
                "team": "BOS",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "b3ece294-d464-48dc-a1b1-2f98d8d94d89",
            "gambit_id": "ded503b5-55c0-4b1f-a3de-deb650277b4c",
            "last_updated": "2023-04-25T11:42:19.360590-04:00",
            "created_at": "2023-04-24T13:02:07.924392-04:00",
            "name": "BAL",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee208a97-77c9-4a0c-8046-4e4609fd5156/?format=api"
        },
        {
            "id": "e84556ad-90b8-4180-94e9-e7d8ad959e04",
            "gambit_id": "e1f6025e-d1e6-49a5-909e-cd4fa3e7fa7e",
            "last_updated": "2023-04-25T11:42:19.362479-04:00",
            "created_at": "2023-04-24T13:02:07.930597-04:00",
            "name": "BOS",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee208a97-77c9-4a0c-8046-4e4609fd5156/?format=api"
        }
    ]
}