GET /api/bet_types/7a0c7443-72e2-401d-a146-fdb6d84544e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a0c7443-72e2-401d-a146-fdb6d84544e4",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3702390-de7f-4f8c-8a2f-44efa82d9597/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-18T09:38:24.397707-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 York Islanders",
                "amount": 6465.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3535.0
            }
        ],
        "expected_reward_tokens": 9438.45,
        "profit_sb": -61.55,
        "profit_sb_percentage": -0.65,
        "recommended": false
    },
    "lines": [
        {
            "id": "5ade5324-e2db-48f9-b25e-2d347d7de206",
            "gambit_id": "a9221034-2b63-479b-9ae4-793b029348b9",
            "last_updated": "2023-11-20T14:58:22.191059-05:00",
            "created_at": "2023-11-18T09:38:24.403104-05:00",
            "name": "New York Islanders",
            "reward": "1.46000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a0c7443-72e2-401d-a146-fdb6d84544e4/?format=api"
        },
        {
            "id": "872c5648-a99a-47f2-a6f1-36b4e11dec4b",
            "gambit_id": "0fa61eb1-f39f-487b-af1e-0f8b2cf31b79",
            "last_updated": "2023-11-20T14:58:22.194821-05:00",
            "created_at": "2023-11-18T09:38:24.408413-05:00",
            "name": "Calgary Flames",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a0c7443-72e2-401d-a146-fdb6d84544e4/?format=api"
        }
    ]
}