GET /api/bet_types/0ec43c91-a4da-462b-ae5c-e00ccd2e133c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ec43c91-a4da-462b-ae5c-e00ccd2e133c",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e4003c2-1025-4114-88ea-fb21784ced04/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-19T09:22:05.798173-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": "Chicago Blackhawks",
                "amount": 5431.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 4569.0
            }
        ],
        "expected_reward_tokens": 9503.52,
        "profit_sb": 3.52,
        "profit_sb_percentage": 0.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "f85343a1-4780-4440-99ae-767c8517f37f",
            "gambit_id": "a5204ed8-c616-4a02-91b2-b27d32ae83ad",
            "last_updated": "2023-01-20T10:06:57.608218-05:00",
            "created_at": "2023-01-19T09:22:05.800577-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ec43c91-a4da-462b-ae5c-e00ccd2e133c/?format=api"
        },
        {
            "id": "b089203b-1635-4bc4-8cdd-05b71b6891d7",
            "gambit_id": "26fc0fc0-ab55-4bf9-a5f9-254b75c8b2a9",
            "last_updated": "2023-01-20T10:06:57.607176-05:00",
            "created_at": "2023-01-19T09:22:05.799356-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.08000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ec43c91-a4da-462b-ae5c-e00ccd2e133c/?format=api"
        }
    ]
}