GET /api/bet_types/c5e682c1-7341-4d70-95b8-fd3ef8a69fa6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5e682c1-7341-4d70-95b8-fd3ef8a69fa6",
    "match": "https://api-prod.gambitprofit.com/api/matches/00822ee3-893b-4291-bddf-1f98ecfeda84/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-16T09:21:55.510587-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": "Philadelphia Flyers",
                "amount": 5780.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 4220.0
            }
        ],
        "expected_reward_tokens": 9537.0,
        "profit_sb": 37.0,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "50b24b8f-c3e0-410d-b64b-f146ff6b468b",
            "gambit_id": "a1ac74b5-fcde-4b5a-8c4f-4ac62cc2beaf",
            "last_updated": "2023-02-17T09:46:57.986696-05:00",
            "created_at": "2023-02-16T09:21:55.513064-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5e682c1-7341-4d70-95b8-fd3ef8a69fa6/?format=api"
        },
        {
            "id": "f7e8f401-e07a-4079-981f-a753fc6098b9",
            "gambit_id": "4feb2683-dae2-48f8-b216-86334e40c781",
            "last_updated": "2023-02-17T09:46:57.985107-05:00",
            "created_at": "2023-02-16T09:21:55.511766-05:00",
            "name": "Seattle Kraken",
            "reward": "2.26000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5e682c1-7341-4d70-95b8-fd3ef8a69fa6/?format=api"
        }
    ]
}