GET /api/bet_types/6d7a7d4f-5329-4bf0-a3e3-4a68b6ba7edb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d7a7d4f-5329-4bf0-a3e3-4a68b6ba7edb",
    "match": "https://api-prod.gambitprofit.com/api/matches/287602a3-9388-45df-b626-786f1dc8e888/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-10T15:42:02.131786-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": "New Jersey Devils",
                "amount": 6324.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9042.96,
        "profit_sb": 42.96,
        "profit_sb_percentage": 0.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "a63934f5-f6ad-4d10-b447-80aff5925bf1",
            "gambit_id": "917d6976-f342-4874-b7bc-5955982e9959",
            "last_updated": "2023-01-11T10:46:57.644258-05:00",
            "created_at": "2023-01-10T15:42:02.134144-05:00",
            "name": "New Jersey Devils",
            "reward": "1.43000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d7a7d4f-5329-4bf0-a3e3-4a68b6ba7edb/?format=api"
        },
        {
            "id": "63c657d2-b1ad-4d6a-93e1-42c3f076668a",
            "gambit_id": "ed51c999-9640-43e8-9059-75df220af27b",
            "last_updated": "2023-01-11T10:46:57.643146-05:00",
            "created_at": "2023-01-10T15:42:02.132938-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.46000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d7a7d4f-5329-4bf0-a3e3-4a68b6ba7edb/?format=api"
        }
    ]
}