GET /api/bet_types/15059f3c-db10-4ac7-b9f7-5d1fd7082b65/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15059f3c-db10-4ac7-b9f7-5d1fd7082b65",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7be34e0-18c1-4f91-9b7e-5497e8e7f9aa/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-13T09:17:59.549371-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": 6160.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3840.0
            }
        ],
        "expected_reward_tokens": 9484.8,
        "profit_sb": -15.2,
        "profit_sb_percentage": -0.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "5b306639-b8d6-43a0-ab35-16466d999b38",
            "gambit_id": "51aa877d-83f5-4e8f-a23b-761b733dcfd6",
            "last_updated": "2023-11-14T10:08:16.568629-05:00",
            "created_at": "2023-11-13T09:17:59.564947-05:00",
            "name": "New York Islanders",
            "reward": "1.54000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15059f3c-db10-4ac7-b9f7-5d1fd7082b65/?format=api"
        },
        {
            "id": "30fc3d80-9fc1-45e4-881f-44e5e4afb421",
            "gambit_id": "530ba517-7df7-48a0-9f71-2a57997e3c54",
            "last_updated": "2023-11-14T10:08:16.565214-05:00",
            "created_at": "2023-11-13T09:17:59.553292-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.47000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15059f3c-db10-4ac7-b9f7-5d1fd7082b65/?format=api"
        }
    ]
}